Commit ff088ea7 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

fixup! Don't atoi off the end of a buffer chunk.

Credit AFL in the changes file.
parent c4f2faf3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,4 +5,5 @@
      A workaround was released in October 2016, which prevents this
      bug from crashing Tor. This is a fix for the underlying issue,
      which should no longer matter (if you applied the earlier patch).
      Fixes bug 20894; bugfix on 0.2.0.16-alpha.
      Fixes bug 20894; bugfix on 0.2.0.16-alpha. Bug found by fuzzing
      using AFL (http://lcamtuf.coredump.cx/afl/).