commit 01de8edd274240ce1111fe95ed890fea148aecb5 Author: Nick Mathewson nickm@torproject.org Date: Thu Jun 29 16:44:16 2017 -0400
changelog: typo fix. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 0b1ae96..3e2b231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,7 +23,7 @@ Changes in version 0.3.1.4-alpha - 2017-06-29 006 and CVE-2017-0377.
o Major bugfixes (compression, zstd): - - Correctly detect a full buffer when decompessing a large zstd- + - Correctly detect a full buffer when decompressing a large zstd- compressed input. Previously, we would sometimes treat a full buffer as an error. Fixes bug 22628; bugfix on 0.3.1.1-alpha.