mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 16:10:57 +00:00
Combined ASAN+UBSAN instrumentation inflates data sections past 2GB, colliding with ASAN's fixed shadow memory layout at 0x7fff8000+. Split into independent ASAN, TSAN, and UBSAN jobs per compiler to keep each binary within the shadow memory limit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>