]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix buffer size in sha512 unit test
authorNick Mathewson <nickm@torproject.org>
Thu, 26 Nov 2015 15:00:12 +0000 (10:00 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 26 Nov 2015 15:00:12 +0000 (10:00 -0500)
commit0285054189d5cbc55bb0d40805e801e13cfb882d
tree95911da558f5c75681b2a21f27119d3fd5795a84
parentfe46fffd980cb97661b6bf0f16c66522d7e58e61
Fix buffer size in sha512 unit test

Nobody likes a stack overflow, even in unit tests.

Closes 17699; but not in any released tor.
src/test/test_crypto.c