aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2378
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-25 18:26:49 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-25 18:26:49 -0500
commite80bdfb4a02c6f8313baec6e9b00ec3baac3da87 (patch)
tree441f608fa1498456d73009832f67c30ea6838758 /changes/bug2378
parentbfde636aaddf22f68c090a76aa6387975a57c308 (diff)
downloadtor-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/bug23785
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.