mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
3 lines
134 B
Text
3 lines
134 B
Text
o Testing:
|
|
- Add a test to verify that the compiler does not eliminate our
|
|
memwipe() implementation. Closes ticket 15377.
|