bug21439 411 B

1234567
  1. o Minor features (testing):
  2. - Add a "--disable-memory-sentinels" feature to help with fuzzing.
  3. When Tor is compiled with this option, we disable a number of
  4. redundant memory-safety failsafes that are intended to stop
  5. bugs from becoming security issues. This makes it easier to hunt
  6. for bugs that would be security issues without the failsafes
  7. turned on. Closes ticket 21439.