aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-28 10:06:00 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-28 10:06:00 -0500
commitd1dc3d01545c8e1e629aefaadd7c2987420eb75a (patch)
tree92dfaadb84fcc19bfee288f18008369b710acfed
parent5c139d2491fc343ef84fd76556536c3b36772d2d (diff)
downloadtor-d1dc3d01545c8e1e629aefaadd7c2987420eb75a.tar.gz
tor-d1dc3d01545c8e1e629aefaadd7c2987420eb75a.zip
Adjust 0.2.4.28 changelog entry from 0.3.0.4-rc to match
-rw-r--r--ChangeLog15
1 files changed, 7 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ac0fc1a71..24fc0e6540 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -103,14 +103,13 @@ Changes in version 0.2.4.28 - 2017-03-??
0.2.1.10-alpha. Found by Yuan Jochen Kang, Suman Jana, and
Baishakhi Ray.
- 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.4.27 - 2015-04-06