diff options
author | lloyd <[email protected]> | 2011-02-18 18:55:53 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-02-18 18:55:53 +0000 |
commit | 17d1cb0d352477bba9ec4e8a237b1cff21cb5d96 (patch) | |
tree | 2dc6f767834d7355a85961a9cf01d9d4a4c36897 /doc/log.txt | |
parent | debeb26a1c2615d7dd61bce535f22133eec38b17 (diff) |
Fix PR 142: the zlib filters were not updated in 1.9.11 to use zeroise
instead of clear, so the buffer ended up having size zero, which meant
the compression library could never actually do anything, and we would
infinite loop.
Also add buffer clearing to bzip2, which was missing it entirely.
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 06107928a..d86aba45f 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -2,6 +2,7 @@ * 1.9.14-dev, ????-??-?? - Add support for bcrypt, OpenBSD's password hashing scheme - Add support for NIST's AES key wrapping algorithm + - Fix an infinite loop in zlib filters introduced in 1.9.11 (PR 142) * 1.9.13, 2011-02-19 - Update Keccak to the round 3 variant |