diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-15 12:13:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-15 12:13:50 -0500 |
commit | cff4cfef4ff8813fbc47a9f914bb09bc011cb101 (patch) | |
tree | 8153b5eebf191f1deb204c09732b7cf576d79bd0 /changes | |
parent | ed87738ede789fb9eccfd2e5a34bd8c484dfe44e (diff) | |
parent | 8f11642ceb357c7ff057335f14c37c3f7b33644f (diff) | |
download | tor-cff4cfef4ff8813fbc47a9f914bb09bc011cb101.tar tor-cff4cfef4ff8813fbc47a9f914bb09bc011cb101.tar.gz |
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
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 000000000..223a3ce35 --- /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. + |