tor/changes/ticket20066
Nick Mathewson 08d1ac4f2a Patch from rubiate: disable openbsd memory protections in test-memwipe
Test-memwipe is *supposed* to invoke undefined behavior, alas.

Closes 20066.
2016-09-08 09:00:24 -04:00

6 lines
247 B
Plaintext

o Minor features (testing):
- Disable memory protections on OpenBSD when testing memwipe().
The test deliberately invokes undefined behaviour which the
protections interfere with. Patch from "rubiate". Closes ticket
20066.