diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-27 16:09:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-27 16:09:29 -0400 |
commit | e232938ec82c8c35b99331995d1aeaca67ba9ec1 (patch) | |
tree | b23d0fc0f3eef5cd0460e37b26506c0e94b24f43 /changes | |
parent | 0ccd57f0f247171d43e325d29bfcc102d877ca1c (diff) | |
parent | 443e4ae1ee0520cead27dd3a21e9f79b1bed8f8b (diff) | |
download | tor-e232938ec82c8c35b99331995d1aeaca67ba9ec1.tar.gz tor-e232938ec82c8c35b99331995d1aeaca67ba9ec1.zip |
Merge remote-tracking branch 'origin/maint-0.2.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6690 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug6690 b/changes/bug6690 new file mode 100644 index 0000000000..99d42976ed --- /dev/null +++ b/changes/bug6690 @@ -0,0 +1,7 @@ + o Major bugfixes (security): + - Do not crash when comparing an address with port value 0 to an + address policy. This bug could have been used to cause a remote + assertion failure by or against directory authorities, or to + allow some applications to crash clients. Fixes bug 6690; bugfix + on 0.2.1.10-alpha. + |