summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-20 10:12:47 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-20 10:12:47 -0400
commitdd9f255e5b525f6801e149fb5da510e58baccf9e (patch)
tree14540713360b8e512b8618af7c6e2efd0683364c /changes
parent2341368515803013934582671bc222c8ca50c306 (diff)
parentc1c938e80cc96e13b1f87e6c33220026341cbb26 (diff)
downloadtor-dd9f255e5b525f6801e149fb5da510e58baccf9e.tar.gz
tor-dd9f255e5b525f6801e149fb5da510e58baccf9e.zip
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug22502_part112
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/bug22502_part1 b/changes/bug22502_part1
new file mode 100644
index 0000000000..bd95b7c7c4
--- /dev/null
+++ b/changes/bug22502_part1
@@ -0,0 +1,12 @@
+ o Major bugfixes (compression, zstd):
+ - Correctly detect a full buffer when decompessing a large
+ zstd-compressed input. Fixes bug 22628; bugfix on 0.3.1.1-alpha.
+
+ o Minor bugfixes (compression):
+ - When compressing or decompressing a buffer, check for a failure to
+ create a compression object. Fixes bug 22626; bugfix on
+ 0.3.1.1-alpha.
+
+ - When decompressing a buffer, check for extra data after the end of
+ the compressed data. Fixes bug 22629; bugfix on 0.3.1.1-alpha.
+