aboutsummaryrefslogtreecommitdiff
path: root/src/test/test-memwipe.c
AgeCommit message (Collapse)Author
2015-12-15Replace usage of INLINE with inlinecypherpunks
This patch was generated using; sed -i -e "s/\bINLINE\b/inline/" src/*/*.[ch] src/*/*/*.[ch]
2015-05-29Fix a sizeof(ptr) mistake in test-memwipe.cNick Mathewson
2015-04-30Add missing newline in memwipe test.cypherpunks
2015-04-15Fix spaces in crypto.h and test-memwipe.cteor
2015-03-19Here is a test for memwipe.Nick Mathewson
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.