aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-10-29 13:29:54 +0000
committerNick Mathewson <nickm@torproject.org>2008-10-29 13:29:54 +0000
commit361086005ca70d8acce55f140a701b0b3a90e48c (patch)
tree7480722572a297678604137294ddd10cab78233b /ChangeLog
parentaccb4a680f318a225f51b047014e2c5a3671aa6f (diff)
downloadtor-361086005ca70d8acce55f140a701b0b3a90e48c.tar
tor-361086005ca70d8acce55f140a701b0b3a90e48c.tar.gz
Fix a possible negative shift in address comparison. May fix bug 845 and bug 811
svn:r17169
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f854b76fa..823dba958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,8 @@ Changes in version 0.2.1.7-alpha - 2008-10-xx
prevent possible guess-the-streamid injection attacks from
intermediate hops. Fixes another case of bug 446. Based on patch
from rovv.
+ - Avoid using a negative right-shift when comparing 32-bit
+ addresses. Possible fix for bug 845 and bug 811.
Changes in version 0.2.1.6-alpha - 2008-09-30