libpng
libpng copied to clipboard
A potential NPD bug in timepng.c
In the source file timepng.c, in the function read_and_copy, the variable io may be assigned with a null pointer returned from the function png_get_io_ptr (in the source file png.c), and be dereferenced in the next line.