mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
- Fix BasicApp::startIOThreads() member corruption: replace while(numberOfThreads_--) with a for loop to preserve the member value. - Fix Coro.ipp non-sanitizer stack size: increase default from 1MB to 2MB to match yield_to.h and prevent stack overflows in deep call chains. - Remove stale "TSAN deactivated" comment and dead activate_tsan variable from CI matrix generator. - Clarify Application.cpp setup() comment to distinguish io_context threads from subsystem-specific threads. - Use explicit load(std::memory_order_relaxed) at all SHAMap::ledgerSeq_ read sites for consistency with the atomic store. - Extract sanitizer detection into XRPL_SANITIZER_ACTIVE macro in sanitizers.h, replacing duplicated preprocessor blocks in Coro.ipp and yield_to.h. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>