From 7d3fd858388ddd4916c604ed5ab3c8cfc72dfd1c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 8 May 2013 12:59:08 -0400 Subject: Fix bug 8845: check the right length of memory in aes unit tests This couldn't actually be a buffer overrun unless AES somehow turned into memcpy, but still it's good to fix it. --- changes/bug8845 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug8845 (limited to 'changes/bug8845') diff --git a/changes/bug8845 b/changes/bug8845 new file mode 100644 index 0000000000..ace043ab9b --- /dev/null +++ b/changes/bug8845 @@ -0,0 +1,3 @@ + o Minor bugfixes (test): + - Fix an impossible buffer overrun in the AES unit tests. Fixes bug 8845; + bugfix on 0.2.0.7-alpha. Found by eugenis. -- cgit v1.2.3-54-g00ecf