diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-05-08 13:01:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-05-08 13:01:58 -0400 |
commit | 8f21838ee5305b89c4089a06ca51e95bc89ae053 (patch) | |
tree | 4c97acf95ba40337605a3d0f0c44bb566941759e /changes | |
parent | 9c58905a2bfd1049613173c27c357e8a20ff066a (diff) | |
parent | 7d3fd858388ddd4916c604ed5ab3c8cfc72dfd1c (diff) | |
download | tor-8f21838ee5305b89c4089a06ca51e95bc89ae053.tar.gz tor-8f21838ee5305b89c4089a06ca51e95bc89ae053.zip |
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8845 | 3 |
1 files changed, 3 insertions, 0 deletions
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. |