Blosc / c-blosc

A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`.
https://www.blosc.org
Other
983 stars 157 forks source link

Zlib updated to 1.2.13 #353

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

From the zlib page:

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. [...] Due to the first bug fix, any installations of 1.2.12 or earlier should be replaced with 1.2.13.

Also add a header in zlib-1.2.13

FrancescAlted commented 1 year ago

Great contribution @DimitriPapadopoulos !