diff options
author | Roger Dingledine <arma@torproject.org> | 2010-12-16 17:24:11 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-12-16 17:24:11 -0500 |
commit | c63c937465f91b60f07e70942e2cb5af1b90dce4 (patch) | |
tree | 1b44da39cbe47b5176829100ed8ff038348681fc /changes | |
parent | 591f65dde68c7847e4282c4cba5a11868fe13158 (diff) | |
parent | b5e293afe6b3c98b50c23cc443969b5f840dca32 (diff) | |
download | tor-c63c937465f91b60f07e70942e2cb5af1b90dce4.tar tor-c63c937465f91b60f07e70942e2cb5af1b90dce4.tar.gz |
Merge commit 'nickm/fix_security_bug_022' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/security_bug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/security_bug b/changes/security_bug new file mode 100644 index 000000000..990beee50 --- /dev/null +++ b/changes/security_bug @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix a remotely exploitable bug that could be used to crash instances + of Tor remotely by overflowing on the heap. Remove-code execution + hasn't been confirmed, but can't be ruled out. Obviously, everyone + should upgrade. Bugfix on the 0.1.1 series and later. |