diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-14 16:06:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-14 16:06:03 -0500 |
commit | 67357ca9f3be9d7320bc995f02f60d991b3ecd27 (patch) | |
tree | 1792870d825dcc01512643cce80c0b292f137b25 /changes/bug4410 | |
parent | e234c1cd237af464f53d8b318ce72aef2b7439aa (diff) | |
parent | ff2c9acbb39d7ae917501b1e719cf5be994fe4e2 (diff) | |
download | tor-67357ca9f3be9d7320bc995f02f60d991b3ecd27.tar.gz tor-67357ca9f3be9d7320bc995f02f60d991b3ecd27.zip |
Merge branch 'maint-0.2.1' into release-0.2.1
Diffstat (limited to 'changes/bug4410')
-rw-r--r-- | changes/bug4410 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4410 b/changes/bug4410 new file mode 100644 index 0000000000..f42893adf4 --- /dev/null +++ b/changes/bug4410 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Correctly sanity-check that we don't underflow on a memory allocation + for introduction point decryption. Bug discovered by Dan Rosenberg. + Fixes bug 4410; bugfix on 0.2.1.5-alpha. + |