Petr Gajdos
2c0f5fd121
Changed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpread.c to #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED to be consistent with what is in pngpriv.h. Moved prototype for png_handle_unknown() in pngpriv.h outside of the #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED/#endif block. Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder. Fixed pngvalid 'fail' function declaration on the Intel C Compiler. This reverts to the previous 'static' implementation and works round the 'unused static function' warning by using PNG_UNUSED(). Handle zero-length PLTE chunk or NULL palette with png_error() instead of png_chunk_report(), which by default issues a warning rather than an error, leading to later reading from a NULL pointer (png_ptr->palette) in png_do_expand_palette(). This is CVE-2013-6954 and VU#650142. OBS-URL: https://build.opensuse.org/package/show/graphics/libpng16?expand=0&rev=49 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
libpng16.changes | ||
libpng16.keyring | ||
libpng16.spec | ||
libpng-1.6.8.tar.xz | ||
libpng-1.6.8.tar.xz.asc | ||
rpm-macros.libpng-tools |