mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
b923c4dc9f
This feature makes it possible to turn off memory sentinels (like those used for safety in buffers.c and memarea.c) when fuzzing, so that we can catch bugs that they would otherwise prevent.
8 lines
411 B
Plaintext
8 lines
411 B
Plaintext
o Minor features (testing):
|
|
- Add a "--disable-memory-sentinels" feature to help with fuzzing.
|
|
When Tor is compiled with this option, we disable a number of
|
|
redundant memory-safety failsafes that are intended to stop
|
|
bugs from becoming security issues. This makes it easier to hunt
|
|
for bugs that would be security issues without the failsafes
|
|
turned on. Closes ticket 21439.
|