Here is a test for memwipe.
commite82e600d6edb04247d1fd15f1d4b340ef544736e
authorNick Mathewson <nickm@torproject.org>
Thu, 19 Mar 2015 19:28:22 +0000 (19 15:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 19 Mar 2015 22:47:24 +0000 (19 18:47 -0400)
treeb9c7f7c7647df84ca054ca361919d6bee355ce32
parent98c3942162831ddccea9dcf149d4c7f12b0a52a9
Here is a test for memwipe.

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.
changes/test-memwipe [new file with mode: 0644]
src/test/include.am
src/test/test-memwipe.c [new file with mode: 0644]