mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
64f62881d8
It turns on -fsanitize=address and -fsanitize=ubsan if they work. Most relays won't want this. Some clients may. Ticket 11477.
5 lines
241 B
Plaintext
5 lines
241 B
Plaintext
o Minor features:
|
|
- New --enable-expensive-hardening option to turn on security hardening
|
|
options that consume nontrivial amounts of CPU and memory. Right now,
|
|
this includes AddressSanitizer and UbSan. Closes ticket 11477.
|