trove-2017-001.2 430 B

12345678
  1. o Major bugfixes (parsing):
  2. - Fix an integer underflow bug when comparing malformed Tor versions.
  3. This bug is harmless, except when Tor has been built with
  4. --enable-expensive-hardening, which would turn it into a crash;
  5. or on Tor 0.2.9.1-alpha through Tor 0.2.9.8, which were built with
  6. -ftrapv by default.
  7. Part of TROVE-2017-001. Fixes bug 21278; bugfix on
  8. 0.0.8pre1. Found by OSS-Fuzz.