2017-02-13 15:39:46 +01:00
|
|
|
o Major bugfixes (HTTP, parsing):
|
|
|
|
- When parsing a malformed content-length field from an HTTP message,
|
|
|
|
do not read off the end of the buffer. This bug was a potential
|
|
|
|
remote denial-of-service attack against Tor clients and relays.
|
|
|
|
A workaround was released in October 2016, which prevents this
|
2017-02-14 22:44:58 +01:00
|
|
|
bug from crashing Tor. This is a fix for the underlying issue,
|
2017-02-13 15:39:46 +01:00
|
|
|
which should no longer matter (if you applied the earlier patch).
|
2017-02-14 22:44:58 +01:00
|
|
|
Fixes bug 20894; bugfix on 0.2.0.16-alpha. Bug found by fuzzing
|
|
|
|
using AFL (http://lcamtuf.coredump.cx/afl/).
|