mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Revert ADLER32 error handling in pngrutil.c and pngpread.c.
This commit is contained in:
10
pngrutil.c
10
pngrutil.c
@@ -4108,15 +4108,7 @@ png_read_IDAT_data(png_structrp png_ptr, png_bytep output,
|
||||
png_zstream_error(png_ptr, ret);
|
||||
|
||||
if (output != NULL)
|
||||
{
|
||||
if(!strncmp(png_ptr->zstream.msg,"incorrect data check",20))
|
||||
{
|
||||
png_chunk_benign_error(png_ptr, "ADLER32 checksum mismatch");
|
||||
continue;
|
||||
}
|
||||
else
|
||||
png_chunk_error(png_ptr, png_ptr->zstream.msg);
|
||||
}
|
||||
png_chunk_error(png_ptr, png_ptr->zstream.msg);
|
||||
|
||||
else /* checking */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user