aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-13 23:15:44 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-13 23:15:44 -0400
commitc69e96680a8db0d3d0c20e68f8f8d6727470ece4 (patch)
tree5d3fb2a476a7a7f7b9189e5816ba8988dad72f9d /changes
parent283730ad1cdd911d1a669ea730741f35aa6b7f66 (diff)
parentd443658fade3b4090d0b93903b4aec857cab03ea (diff)
downloadtor-c69e96680a8db0d3d0c20e68f8f8d6727470ece4.tar.gz
tor-c69e96680a8db0d3d0c20e68f8f8d6727470ece4.zip
Merge remote-tracking branch 'origin/maint-0.2.5'
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".