Files
clang-p2996/compiler-rt/lib/asan/asan_linux.cpp
Thurston Dang 702c38ed7c [asan] Fix-forward #131975 by renaming 'TryReExecWithoutASLR'
Function definition added in #131975 was missing 'Try' (do or do not ...). My guess is buildbots
mostly didn't trip because usage was gated by 'if (sizeof(uptr) ==
32)', which is rare among buildbots.
2025-03-24 07:00:57 +00:00

8.6 KiB