diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-10-29 13:29:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-10-29 13:29:54 +0000 |
commit | 361086005ca70d8acce55f140a701b0b3a90e48c (patch) | |
tree | 7480722572a297678604137294ddd10cab78233b /ChangeLog | |
parent | accb4a680f318a225f51b047014e2c5a3671aa6f (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |