diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-25 18:26:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-25 18:26:49 -0500 |
commit | e80bdfb4a02c6f8313baec6e9b00ec3baac3da87 (patch) | |
tree | 441f608fa1498456d73009832f67c30ea6838758 /changes/bug2378 | |
parent | bfde636aaddf22f68c090a76aa6387975a57c308 (diff) | |
download | tor-e80bdfb4a02c6f8313baec6e9b00ec3baac3da87.tar tor-e80bdfb4a02c6f8313baec6e9b00ec3baac3da87.tar.gz |
Correctly detect BIO_new failures
This bug was noticed by cypherpunks; fixes bug 2378.
Bugfix on svn commit r110.
Diffstat (limited to 'changes/bug2378')
-rw-r--r-- | changes/bug2378 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2378 b/changes/bug2378 index a3ae196dc..227968869 100644 --- a/changes/bug2378 +++ b/changes/bug2378 @@ -1,3 +1,8 @@ + o Minor bugfixes + - Correctly detect failure to allocate an OpenSSL BIO. Fixes bug 2378; + found by "cypherpunks". This bug was introduced before the + first Tor release, in svn commit r110. + o Minor code simplifications and refactorings - Always treat failure to allocate an RSA key as an unrecoverable allocation error. |