aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2378
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-25 18:19:09 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-25 18:19:09 -0500
commitbfde636aaddf22f68c090a76aa6387975a57c308 (patch)
tree6014c6ebe3543cde128183aafebf0247bd9b7ee3 /changes/bug2378
parent76582442a8baefe1b469f86d35ce2d00f01a00ca (diff)
downloadtor-bfde636aaddf22f68c090a76aa6387975a57c308.tar
tor-bfde636aaddf22f68c090a76aa6387975a57c308.tar.gz
Always treat failure to allocate an RSA key as an unrecoverable allocation error
Diffstat (limited to 'changes/bug2378')
-rw-r--r--changes/bug23783
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug2378 b/changes/bug2378
new file mode 100644
index 000000000..a3ae196dc
--- /dev/null
+++ b/changes/bug2378
@@ -0,0 +1,3 @@
+ o Minor code simplifications and refactorings
+ - Always treat failure to allocate an RSA key as an unrecoverable
+ allocation error.