mirror of
https://github.com/XRPLF/rippled.git
synced 2026-03-20 03:32:23 +00:00
Defense-in-depth against a GCC 14 bug where reference captures in coroutine lambdas are corrupted in the coroutine frame. The root cause is fixed in CoroTaskRunner::init() (heap storage), but using explicit pointer captures avoids any residual risk. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>