aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/zlib/ChangeLog
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-01-24 12:39:37 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2024-01-24 13:35:32 +0300
commit85d05c2270ed38dc8fb5862e28aec27223691f5f (patch)
tree3c41fe8a7ac10f060c78118a6b0c43daefb40060 /contrib/libs/zlib/ChangeLog
parent132096b5614049a5d9d4cceb0f9fd15053ff350b (diff)
downloadydb-85d05c2270ed38dc8fb5862e28aec27223691f5f.tar.gz
Update contrib/libs/zlib to 1.3.1
Diffstat (limited to 'contrib/libs/zlib/ChangeLog')
-rw-r--r--contrib/libs/zlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/libs/zlib/ChangeLog b/contrib/libs/zlib/ChangeLog
index 8707988ac1..b801a1031e 100644
--- a/contrib/libs/zlib/ChangeLog
+++ b/contrib/libs/zlib/ChangeLog
@@ -1,6 +1,16 @@
ChangeLog file for zlib
+Changes in 1.3.1 (22 Jan 2024)
+- Reject overflows of zip header fields in minizip
+- Fix bug in inflateSync() for data held in bit buffer
+- Add LIT_MEM define to use more memory for a small deflate speedup
+- Fix decision on the emission of Zip64 end records in minizip
+- Add bounds checking to ERR_MSG() macro, used by zError()
+- Neutralize zip file traversal attacks in miniunz
+- Fix a bug in ZLIB_DEBUG compiles in check_match()
+- Various portability and appearance improvements
+
Changes in 1.3 (18 Aug 2023)
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9