Merge branch 'maint-0.2.9' into maint-0.3.0
[tor.git] / changes / trove-2017-001.2
blob3ef073cf9ff2287bfa3d1fc97285c1e36bc9b785
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.