Home | History | Annotate | Download | only in libpng

Lines Matching refs:potential

567   Changed makefile.solaris to issue a warning about potential problems when
846 for indexed-color input files to avoid potential double-freeing trans array
1236 Fixed potential overrun in pngerror.c by using strncpy instead of memcpy.
1295 Made png_zalloc() issue a png_warning and return NULL on potential
1584 Avoided potential buffer overflow and optimized buffer in
1627 Fix potential buffer overflow in sPLT chunk handler.
1957 Fixed potential out-of-bounds reads in png_handle_pCAL() and
1961 Fixed potential out-of-bounds reads in png_handle_sCAL(),
2068 Fixed potential NULL dereference of png_ptr in png_destroy_write_struct();
2069 clarified potential NULL dereference of png_ptr in png_destroy_read_struct();
2070 fixed potential NULL dereference of info_ptr in png_handle_bKGD();
2071 fixed potential NULL dereference of user_png_ver[] in
2352 Fixed potential memory leak of "new_name" in png_write_iCCP() (Ralph Giles)
2667 to avoid a potential memory leak.