aboutsummaryrefslogtreecommitdiff
path: root/changes/bug12848
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-12 12:10:57 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-12 12:12:02 -0400
commitb32a8b024ce3a57f8865ed2937dbc3f3fd5072ee (patch)
tree750f61e48cdebff3992743e190377dca036b23c5 /changes/bug12848
parent691371b8026d40467662a9c7cf3bd9f788ea6df5 (diff)
downloadtor-b32a8b024ce3a57f8865ed2937dbc3f3fd5072ee.tar.gz
tor-b32a8b024ce3a57f8865ed2937dbc3f3fd5072ee.zip
Don't send DESTROY to circID 0 when circuit_deliver_create_cell fails
Cypherpunks found this and wrote this patch. Fix for 12848; fix on (I think) d58d4c0d, which went into 0.0.8pre1
Diffstat (limited to 'changes/bug12848')
-rw-r--r--changes/bug128484
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12848 b/changes/bug12848
new file mode 100644
index 0000000000..7aa79c395e
--- /dev/null
+++ b/changes/bug12848
@@ -0,0 +1,4 @@
+ o Major bugfixes (relay):
+ - Avoid queuing or sending destroy cells for circuit ID zero when
+ we fail to send a CREATE cell. Fixes bug 12848; bugfix on
+ 0.0.8pre1. Found and fixed by "cypherpunks".