mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
67e5d49d8a
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.
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
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.
|