From 90303602773eca8505229c832119dafcbcfe1ab7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 3 Jan 2014 10:43:09 -0500 Subject: 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". --- changes/bug10536 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug10536 (limited to 'changes/bug10536') 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". -- cgit v1.2.3