diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-20 20:26:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-20 20:26:45 -0400 |
commit | c999e84436a5f7ba1964abd4ae502212f0995bcb (patch) | |
tree | dcaae22c35169275f1202e7b254444a9154310c0 /changes | |
parent | c4152a25e354b3408570603c8481302bf986f65c (diff) | |
parent | 9328bd524e38befe240fd729a9febb4dfe8b5be4 (diff) | |
download | tor-c999e84436a5f7ba1964abd4ae502212f0995bcb.tar.gz tor-c999e84436a5f7ba1964abd4ae502212f0995bcb.zip |
Merge branch 'bug22672_031' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22672 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22672 b/changes/bug22672 new file mode 100644 index 0000000000..ec6681149d --- /dev/null +++ b/changes/bug22672 @@ -0,0 +1,5 @@ + o Minor features (compression, defensive programming): + - Detect and break out of infinite loops in our compression code. + We don't think that any such loops exist now, but it's best to be + safe. Closes ticket 22672. + |