mini_gzip icon indicating copy to clipboard operation
mini_gzip copied to clipboard

MZ_STREAM_END must be tested before testing if output buffer is full.

Open paul-bayleaf opened this issue 1 year ago • 0 comments

Need to test MZ_STREAM_END before testing if the output buffer is full. Otherwise mini_gz_unpack can fail -3 even though there is no error.

paul-bayleaf avatar Jun 09 '23 11:06 paul-bayleaf