[libpng16] Use png_handler.png_ptr instead of read_ptr in png_set_options(()
This commit is contained in:
parent
ddabd0c70a
commit
d2533b96f3
@ -91,7 +91,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
|||||||
|
|
||||||
png_set_crc_action(png_handler.png_ptr, PNG_CRC_QUIET_USE, PNG_CRC_QUIET_USE);
|
png_set_crc_action(png_handler.png_ptr, PNG_CRC_QUIET_USE, PNG_CRC_QUIET_USE);
|
||||||
#ifdef PNG_IGNORE_ADLER32
|
#ifdef PNG_IGNORE_ADLER32
|
||||||
png_set_option(read_ptr, PNG_IGNORE_ADLER32, PNG_OPTION_ON);
|
png_set_option(png_handler.png_ptr, PNG_IGNORE_ADLER32, PNG_OPTION_ON);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Setting up reading from buffer.
|
// Setting up reading from buffer.
|
||||||
|
Loading…
Reference in New Issue
Block a user