aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-01-03 10:43:09 -0500
committerNick Mathewson <nickm@torproject.org>2014-01-03 10:43:09 -0500
commit90303602773eca8505229c832119dafcbcfe1ab7 (patch)
tree5b9104029074f6e01e2b03e90a712a02c50abe08 /changes
parent573ee36eae63962f5af162a7f732fe4459513c94 (diff)
downloadtor-90303602773eca8505229c832119dafcbcfe1ab7.tar
tor-90303602773eca8505229c832119dafcbcfe1ab7.tar.gz
Add explicit check for 0-length extend2 cells
This is harmless in the Tor of today, but important for correctness. Fixes bug 10536; bugfix on 0.2.4.8-alpha. Reported by "cypherpunks".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug105366
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug10536 b/changes/bug10536
new file mode 100644
index 000000000..e15da7c0f
--- /dev/null
+++ b/changes/bug10536
@@ -0,0 +1,6 @@
+
+ o Minor bugfixes:
+ - Reject 0-lenth EXTEND2 cells more expicitly. Previously our code would
+ reject them a bit later than it should have. This bug is
+ harmless. Fixes bug 10536; bugfix on 0.2.4.8-alpha. Reported by
+ "cypherpunks".