aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8845
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-05-08 12:59:08 -0400
committerNick Mathewson <nickm@torproject.org>2013-05-08 12:59:43 -0400
commit7d3fd858388ddd4916c604ed5ab3c8cfc72dfd1c (patch)
treee998edb9289e44bdf70453f133a5f8f23d7e9666 /changes/bug8845
parenta1d7f7ea503f2f739953d6a25ebb5d93981604be (diff)
downloadtor-7d3fd858388ddd4916c604ed5ab3c8cfc72dfd1c.tar
tor-7d3fd858388ddd4916c604ed5ab3c8cfc72dfd1c.tar.gz
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.
Diffstat (limited to 'changes/bug8845')
-rw-r--r--changes/bug88453
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8845 b/changes/bug8845
new file mode 100644
index 000000000..ace043ab9
--- /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.