mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
- Suppress lock-order-inversion in LedgerReplayTask/LedgerDeltaAcquire (28 TSAN warnings from pre-existing lock ordering issue). - Add tools.build:cflags to Conan sanitizer profiles so that C dependencies (ed25519) are compiled with -mcmodel=large and sanitizer flags, fixing the GOTPCREL relocation overflow on GCC ASAN builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>