mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Short version: clang asan hates the glibc strcmp macro in bits/string2.h if you are passing it a constant string argument of length two or less. (I could be off by one here, but that's the basic idea.) Closes issue 14821.
4 lines
218 B
Text
4 lines
218 B
Text
o Major bugfixes (compilation):
|
|
- Correctly repair hardened builds under the clang compiler. Previously,
|
|
our use of _FORTIFY_SOURCE would conflict with clang's address
|
|
sanitizer. Closes ticket 14821.
|