summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-28 10:05:23 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-28 10:05:23 -0500
commit680d940298a498fe4170622b86113fe516ad78a1 (patch)
tree47b7795c7e81354f71846f7a64dfb6498bc9a3f0
parent9da2c9954d4e431dff60a3d73fa9ba2cce12a17f (diff)
downloadtor-680d940298a498fe4170622b86113fe516ad78a1.tar.gz
tor-680d940298a498fe4170622b86113fe516ad78a1.zip
Adjust 0.2.7.7 changelog entry from 0.3.0.4-rc to match
-rw-r--r--ChangeLog16
1 files changed, 7 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index eaacb6ff7f..5091e45844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,15 +80,13 @@ Changes in version 0.2.7.7 - 2017-03-??
- Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2
Country database.
- o Major bugfixes (parsing, also in 0.3.0.4-rc):
- - Fix an integer underflow bug when comparing malformed Tor versions.
- This bug is harmless, except when Tor has been built with
- --enable-expensive-hardening, which would turn it into a crash;
- or on Tor 0.2.9.1-alpha through Tor 0.2.9.8, which were built with
- -ftrapv by default.
- Part of TROVE-2017-001. Fixes bug 21278; bugfix on
- 0.0.8pre1. Found by OSS-Fuzz.
-
+ o Major bugfixes (parsing, backported from 0.3.0.4-rc):
+ - Fix an integer underflow bug when comparing malformed Tor
+ versions. This bug could crash Tor when built with
+ --enable-expensive-hardening, or on Tor 0.2.9.1-alpha through Tor
+ 0.2.9.8, which were built with -ftrapv by default. In other cases
+ it was harmless. Part of TROVE-2017-001. Fixes bug 21278; bugfix
+ on 0.0.8pre1. Found by OSS-Fuzz.
Changes in version 0.2.7.6 - 2015-12-10