Update bundled zlib to 1.2.13.1
This fixes CVE-2022-37434 (which shouldn't normally affect the use of zlib in wxWidgets but it still seems better to not have it than to have). See #22919. (cherry picked from commit b4f1ae68b5961e0a309b10f9114be6a55a7f1a21)
This commit is contained in:
parent
e2470b2c8b
commit
54cecd590b
@ -244,6 +244,7 @@ All:
|
||||
- Fix memory leak when destroying wxThread (Antti Nietosvaara, #22840).
|
||||
- Add serial number to wxwin.m4 file (#22848).
|
||||
- Update Expat submodule to include the fix for CVE-2022-40674.
|
||||
- Update zlib to 1.2.13.1 to include the fix for CVE-2022-37434 (#22919).
|
||||
- Allow 'T' separator in wxDateTime::ParseDateTime() (Blake-Madden, #22999).
|
||||
- Add Serbian translations (Nikola Jović).
|
||||
- Fix MT-safety problem in wxZipInputStream (#23054).
|
||||
|
2
src/zlib
2
src/zlib
@ -1 +1 @@
|
||||
Subproject commit b4c511e9ee69d5a3090fc89d8b02b19b789e3416
|
||||
Subproject commit a6c8900ecb9da7ac0d2a67467258fd4c1814b780
|
Loading…
Reference in New Issue
Block a user