diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.1.4 (11 March 2002) | ||
5 | - ZFREE was repeated on same allocation on some error conditions. | ||
6 | This creates a security problem described in | ||
7 | http://www.zlib.org/advisory-2002-03-11.txt | ||
8 | - Returned incorrect error (Z_MEM_ERROR) on some invalid data | ||
9 | - Avoid accesses before window for invalid distances with inflate window | ||
10 | less than 32K. | ||
11 | - force windowBits > 8 to avoid a bug in the encoder for a window size | ||
12 | of 256 bytes. (A complete fix will be available in 1.1.5). | ||
13 | |||
4 | Changes in 1.1.3 (9 July 1998) | 14 | Changes in 1.1.3 (9 July 1998) |
5 | - fix "an inflate input buffer bug that shows up on rare but persistent | 15 | - fix "an inflate input buffer bug that shows up on rare but persistent |
6 | occasions" (Mark) | 16 | occasions" (Mark) |