Skip to content

Commit

Permalink
update zlib to 1.2.13 with:
Browse files Browse the repository at this point in the history
Version 1.2.13 has these key updates from 1.2.12:

- Fix a bug when getting a gzip header extra field with inflateGetHeader(). This remedies CVE-2022-37434.
- Fix a bug in block type selection when Z_FIXED used. Now the smallest block type is selected, for better compression.
- Fix a configure issue that discarded the provided CC definition.
- Correct incorrect inputs provided to the CRC functions. This mitigates a bug in Java.
- Repair prototypes and exporting of the new CRC functions.
- Fix inflateBack to detect invalid input with distances too far.
  • Loading branch information
chcg committed Oct 31, 2022
1 parent 83e68d7 commit 1494a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_3rdparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

'zlib': {
'order' : 2,
'url' : 'https://zlib.net/zlib-1.2.12.tar.gz',
'sha1' : '207ba741d387e2c1607104cf0bd8cff27deb2605',
'url' : 'https://zlib.net/zlib-1.2.13.tar.gz',
'sha1' : '55eaa84906f31ac20d725aa26cd20839196b6ba6',
'target': {
'mingw-w64': {
'result': ['include/zlib.h', 'include/zconf.h', 'lib/libz.a'],
Expand Down

0 comments on commit 1494a08

Please sign in to comment.