From: Nick Mathewson Date: Tue, 20 Jun 2017 14:12:40 +0000 (-0400) Subject: add a changes file for 22626, 22628, and 22629 (parts of 22502) X-Git-Tag: tor-0.3.1.4-alpha~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1c938e80cc96e13b1f87e6c33220026341cbb26;p=thirdparty%2Ftor.git add a changes file for 22626, 22628, and 22629 (parts of 22502) --- 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. +