tor/changes/bug10536
Nick Mathewson 9030360277 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".
2014-01-03 10:43:09 -05:00

7 lines
252 B
Plaintext

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".