aboutsummaryrefslogtreecommitdiff
path: root/lib/libz/ChangeLog
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2002-03-11 22:30:00 +0000
committerBrian Feldman <green@FreeBSD.org>2002-03-11 22:30:00 +0000
commitcdbc2952f3c7d8c5993b21348ba22c7fc21a0d7e (patch)
tree84fe7aeb75da641a2646fdfe7fa54e523fe8fa50 /lib/libz/ChangeLog
parent419364778002757352c413e7891e35b3f8fa9001 (diff)
downloadsrc-cdbc2952f3c7d8c5993b21348ba22c7fc21a0d7e.tar.gz
src-cdbc2952f3c7d8c5993b21348ba22c7fc21a0d7e.zip
Import zlib 1.1.4 onto the vendor branch.
Notes
Notes: svn path=/vendor/libz/dist/; revision=92111
Diffstat (limited to 'lib/libz/ChangeLog')
-rw-r--r--lib/libz/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libz/ChangeLog b/lib/libz/ChangeLog
index 57386a26f485..bf2e3f925bce 100644
--- a/lib/libz/ChangeLog
+++ b/lib/libz/ChangeLog
@@ -1,6 +1,16 @@
ChangeLog file for zlib
+Changes in 1.1.4 (11 March 2002)
+- ZFREE was repeated on same allocation on some error conditions.
+ This creates a security problem described in
+ http://www.zlib.org/advisory-2002-03-11.txt
+- Returned incorrect error (Z_MEM_ERROR) on some invalid data
+- Avoid accesses before window for invalid distances with inflate window
+ less than 32K.
+- force windowBits > 8 to avoid a bug in the encoder for a window size
+ of 256 bytes. (A complete fix will be available in 1.1.5).
+
Changes in 1.1.3 (9 July 1998)
- fix "an inflate input buffer bug that shows up on rare but persistent
occasions" (Mark)