]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fix crash when gzsetparams() attempted for transparent write.
authorMark Adler <madler@alumni.caltech.edu>
Tue, 27 Dec 2022 07:36:01 +0000 (23:36 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 3 Feb 2023 14:49:02 +0000 (15:49 +0100)
commite713f2f460a1b7fcf617ae837bc95b68abb3803b
tree75229158d302171ac88b308c99dc41c80723a5ee
parent4af454bfa7d7cd8df02f0227016b9ade805d1b93
Fix crash when gzsetparams() attempted for transparent write.

gzsetparams() now returns a Z_STREAM_ERROR in this case.
gzwrite.c