]> git.ipfire.org Git - thirdparty/tor.git/commit
Turn a memwipe in tor_process_handle_destroy() back to memset
authorNick Mathewson <nickm@torproject.org>
Fri, 9 Nov 2012 00:59:54 +0000 (19:59 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 9 Nov 2012 00:59:54 +0000 (19:59 -0500)
commite567b4482a1473f586a8549d9311d989c2335172
treeec8f4250a5719243830d0b383ad9994ac1dbd37f
parent9ad4776e6150a29fdfff607721599eb04c6e76d7
Turn a memwipe in tor_process_handle_destroy() back to memset

It broke linking on tor-resolve.c, and it's not actually sanitizing
anything sensitive.  Fix for bug 7420; bug not on ony released Tor.
src/common/util.c