Home | History | Annotate | Download | only in libpng

Lines Matching refs:checks

243   Added checks for rowbytes overflow, in case png_size_t is less than 32 bits.
706 In the code that checks for over-length tRNS chunks, added check of
717 Add checks in png_set_text() for NULL members of the input text structure.
796 Rearranged checks for Z_OK to check the most likely path first in pngpread.c
798 Added checks in pngtest.c for png_create_*() returning NULL, and mentioned
933 Added checks for _mmx_supported in the read_filter_row function of pnggccrd.c
1057 Added checks for gamma and chromaticity values over 21474.83, which exceed
1508 Added some checks for NULL png_ptr or NULL info_ptr (timeless)
2122 Removed several unnecessary checks for NULL before calling png_free().