madler / zlib

A massively spiffy yet delicately unobtrusive compression library.
http://zlib.net/
Other
5.55k stars 2.42k forks source link

deflateCopy(): Fix allocation and copying of pending_buf in LIT_MEM mode #900

Closed zmodem closed 8 months ago

zmodem commented 8 months ago

We noticed in internal testing that the state didn't get copied correctly (see https://crbug.com/1513368).

madler commented 8 months ago

Thanks for catching that! Fixed.

Neustradamus commented 7 months ago

Merged commit: