summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-13 23:14:28 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-13 23:14:28 -0400
commitd443658fade3b4090d0b93903b4aec857cab03ea (patch)
treea63e8ddaf855ae9d549e0c2693f6e50c4127dd85 /changes
parent789c8d8573b9969acd808bb19d211d4ae9ac3be4 (diff)
parent0044d74b3c51cf5824435e76eca2a675b51a14bc (diff)
downloadtor-d443658fade3b4090d0b93903b4aec857cab03ea.tar.gz
tor-d443658fade3b4090d0b93903b4aec857cab03ea.zip
Merge remote-tracking branch 'public/bug12848_024' into maint-0.2.5
Conflicts: src/or/circuitbuild.c
Diffstat (limited to 'changes')
-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".