Lines Matching +refs:clang +refs:format +refs:buffer
140 Try to fix Linux "setjmp" buffer size problems
162 Added macros to read 16- and 32-bit ints directly from buffer, to be
312 Changed format of the PNG_LIBPNG_VER integer to xyyzz instead of xyz
969 Increased the first part of msg buffer from 16 to 18 in png_chunk_error().
1031 Increased the first part of msg buffer from 16 to 18 in png_chunk_warning().
1306 Check for buffer overflow before reading CRC in pngpread.c (Warwick Allison)
1314 Detect buffer overflow in pngpread.c when IDAT is corrupted with extra data.
1452 Fixed buffer overflow vulnerability in png_handle_tRNS()
1524 Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during
1735 Increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid
1736 buffer overflow.
1742 Avoided potential buffer overflow and optimized buffer in
1775 Really increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid
1776 buffer overflow.
1785 Fix potential buffer overflow in sPLT chunk handler.
1907 defense against buffer overflows.
1968 Increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid
1969 buffer overflow.
1975 Optimized buffer in png_handle_cHRM() (Cosmin).
2052 Fix potential buffer overflow in sPLT chunk handler.
2094 Change "purpose" and "buffer" to png_ptr->chunkdata to avoid memory leaking.
2290 Reformated sources in libpng style (3-space intentation, comment format)
2551 jmp_buf buffer, and marked direct access to jmpbuf 'deprecated'.
2735 the format statements in various png_debug messages.
2992 Also added scripts/chkfmt to validate the format of all the files that can
3224 the read macros interfering with the symbol file format.
3633 previously possible because the png_struct buffer was always misaligned.
3639 with a 1 byte zlib buffer.
3824 in the application and libpng error buffer size; however, this means a
3833 to avoid including a spurious buffer in the png_struct.
3871 Increased the formatted warning buffer to 192 bytes.
3973 Fixed CVE-2011-3026 buffer overrun bug. This bug was introduced when
3981 now that png_ptr->buffer is inaccessible to applications, the special
4121 Removed need for -Wno-cast-align with clang. clang correctly warns on
4123 fixes the cases that clang warns about either by eliminating the
4126 introducing new png_aligncast macros to do the cast in a way that clang
4229 messages could be truncated; made a correct buffer size calculation and
4403 1003.1 API to check /proc/self/auxv avoiding buffer allocation and other
4698 Allow clang derived from older GCC versions to use ARM intrinsics. This
4699 causes all clang builds that use -mfpu=neon to use the intrinsics code,
4701 necessary to exclude some earlier clang versions but this seems unlikely.
4735 by clang scan-build.
4793 Added clang attribute support (Cosmin).