Files
rippled/cmake
Pratik Mankawde 661ce8f79b fix: Use -mcmodel=medium for GCC ASAN in CMake (match Conan profile)
The previous commit (f13d17165a) switched the Conan profile from
-mcmodel=large to -mcmodel=medium for GCC ASAN builds, but missed
updating cmake/XrplSanitizers.cmake. The main xrpld binary was still
compiled with -mcmodel=large, inflating it to ~2.1GB with 64-bit
absolute addresses, which collided with ASAN's fixed shadow memory
layout at 0x7fff8000+.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 11:08:07 +00:00
..