diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-15 12:12:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-15 12:12:34 -0500 |
commit | 8f11642ceb357c7ff057335f14c37c3f7b33644f (patch) | |
tree | cc8219e8489d185e18510af9b38f296414908458 /changes | |
parent | 50b06a2b76190170e9f80739f022696755b54b99 (diff) | |
parent | 1fcfc186284a375bab2595162564f0dd6c1d19f0 (diff) | |
download | tor-8f11642ceb357c7ff057335f14c37c3f7b33644f.tar.gz tor-8f11642ceb357c7ff057335f14c37c3f7b33644f.zip |
Merge branch 'bug2324_uncompress' into maint-0.2.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2324_uncompress | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2324_uncompress b/changes/bug2324_uncompress new file mode 100644 index 0000000000..223a3ce35b --- /dev/null +++ b/changes/bug2324_uncompress @@ -0,0 +1,5 @@ + o Major bugfixes (security): + - Prevent a DoS attack by disallowing any zlib-compressed data + whose compression factor is implausibly high. Fixes the + second part of bug2324; found by doors. + |