aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-02-18 18:55:53 +0000
committerlloyd <[email protected]>2011-02-18 18:55:53 +0000
commit17d1cb0d352477bba9ec4e8a237b1cff21cb5d96 (patch)
tree2dc6f767834d7355a85961a9cf01d9d4a4c36897 /doc/log.txt
parentdebeb26a1c2615d7dd61bce535f22133eec38b17 (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.txt1
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