mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
e82e600d6e
It invokes undefined behavior, I'm afraid, since there's no other c-legal way to test whether memwipe() works when we're not allowed to look at it. Closes ticket 15377.
4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
o Testing:
|
|
- Add a test to verify that the compiler does not eliminate our
|
|
memwipe() implementation. Closes ticket 15377.
|