2017-08-22 21:04:35 -04:00
|
|
|
Libpng 1.6.32rc03 - August 23, 2017
|
2011-11-03 00:06:45 -04:00
|
|
|
|
2017-07-27 15:17:02 -04:00
|
|
|
This is not intended to be a public release. It will be replaced
|
|
|
|
within a few weeks by a public version or by another test version.
|
1998-04-21 16:03:57 -04:00
|
|
|
|
2006-02-22 10:19:25 -05:00
|
|
|
Files available for download:
|
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
|
|
"configure" script
|
|
|
|
|
2017-08-22 21:04:35 -04:00
|
|
|
1.6.32rc03.tar.xz (LZMA-compressed, recommended)
|
|
|
|
1.6.32rc03.tar.gz
|
2006-03-31 06:29:33 -05:00
|
|
|
|
2006-02-22 10:19:25 -05:00
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2017-08-22 21:04:35 -04:00
|
|
|
lp1632r03.7z (LZMA-compressed, recommended)
|
|
|
|
lp1632r03.zip
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2017-08-22 21:04:35 -04:00
|
|
|
1.6.32rc03-README.txt
|
|
|
|
1.6.32rc03-LICENSE.txt
|
|
|
|
libpng-1.6.32rc03-*.asc (armored detached GPG signatures)
|
2017-07-27 15:17:02 -04:00
|
|
|
|
|
|
|
Changes since the last public release (1.6.31):
|
|
|
|
|
2017-07-30 20:36:25 -04:00
|
|
|
Version 1.6.32beta01 [July 31, 2017]
|
|
|
|
Avoid possible NULL dereference in png_handle_eXIf when benign_errors
|
|
|
|
are allowed. Avoid leaking the input buffer "eXIf_buf".
|
2017-07-31 15:20:40 -04:00
|
|
|
Eliminated png_ptr->num_exif member from pngstruct.h and added num_exif
|
|
|
|
to arguments for png_get_eXIf() and png_set_eXIf().
|
|
|
|
Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf() in
|
|
|
|
pngwrite.c, and made various other fixes to png_write_eXIf().
|
2017-07-31 17:56:30 -04:00
|
|
|
Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1() and
|
|
|
|
png_set_eXIf_1(), respectively, to avoid breaking API compatibility
|
|
|
|
with libpng-1.6.31.
|
2017-07-13 12:26:48 -04:00
|
|
|
|
2017-07-31 21:22:08 -04:00
|
|
|
Version 1.6.32beta02 [August 1, 2017]
|
2017-07-31 20:04:15 -04:00
|
|
|
Updated contrib/libtests/pngunknown.c with eXIf chunk.
|
2017-07-31 18:06:11 -04:00
|
|
|
|
2017-08-01 22:42:16 -04:00
|
|
|
Version 1.6.32beta03 [August 2, 2017]
|
2017-08-01 16:24:21 -04:00
|
|
|
Initialized btoa[] in pngstest.c
|
2017-08-01 22:42:16 -04:00
|
|
|
Stop memory leak when returning from png_handle_eXIf() with an error
|
|
|
|
(Bug report from the OSS-fuzz project).
|
2017-08-01 16:24:21 -04:00
|
|
|
|
2017-08-01 23:06:06 -04:00
|
|
|
Version 1.6.32beta04 [August 2, 2017]
|
2017-08-02 17:48:11 -04:00
|
|
|
Replaced local eXIf_buf with info_ptr-eXIf_buf in png_handle_eXIf().
|
|
|
|
Update libpng.3 and libpng-manual.txt about eXIf functions.
|
|
|
|
|
|
|
|
Version 1.6.32beta05 [August 2, 2017]
|
|
|
|
Restored png_get_eXIf() and png_set_eXIf() to maintain API compatability.
|
2017-08-01 23:06:06 -04:00
|
|
|
|
2017-08-02 18:27:41 -04:00
|
|
|
Version 1.6.32beta06 [August 2, 2017]
|
|
|
|
Removed png_get_eXIf_1() and png_set_eXIf_1().
|
|
|
|
|
2017-08-03 17:04:22 -04:00
|
|
|
Version 1.6.32beta07 [August 3, 2017]
|
2017-08-02 20:26:15 -04:00
|
|
|
Check length of all chunks except IDAT against user limit to fix an
|
|
|
|
OSS-fuzz issue.
|
2017-08-02 18:30:29 -04:00
|
|
|
|
2017-08-02 20:28:44 -04:00
|
|
|
Version 1.6.32beta08 [August 3, 2017]
|
2017-08-03 11:01:35 -04:00
|
|
|
Check length of IDAT against maximum possible IDAT size, accounting
|
|
|
|
for height, rowbytes, interlacing and zlib/deflate overhead.
|
2017-08-03 11:29:10 -04:00
|
|
|
Restored png_get_eXIf_1() and png_set_eXIf_1(), because strlen(eXIf_buf)
|
|
|
|
does not work (the eXIf chunk data can contain zeroes).
|
2017-08-02 20:28:44 -04:00
|
|
|
|
2017-08-03 11:56:18 -04:00
|
|
|
Version 1.6.32beta09 [August 3, 2017]
|
2017-08-03 17:10:27 -04:00
|
|
|
Require cmake-2.8.8 in CMakeLists.txt. Revised symlink creation,
|
|
|
|
no longer using deprecated cmake LOCATION feature (Clifford Yapp).
|
2017-08-03 19:12:46 -04:00
|
|
|
Fixed five-byte error in the calculation of IDAT maximum possible size.
|
|
|
|
|
2017-08-04 20:58:05 -04:00
|
|
|
Version 1.6.32beta10 [August 5, 2017]
|
2017-08-04 15:09:27 -04:00
|
|
|
Moved chunk-length check into a png_check_chunk_length() private
|
|
|
|
function (Suggested by Max Stepin).
|
2017-08-04 15:17:28 -04:00
|
|
|
Moved bad pngs from tests to contrib/libtests/crashers
|
|
|
|
Moved testing of bad pngs into a separate tests/pngtest-badpngs script
|
|
|
|
Added the --xfail (expected FAIL) option to pngtest.c. It writes XFAIL
|
|
|
|
in the output but PASS for the libpng test.
|
2017-08-04 15:46:17 -04:00
|
|
|
Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).
|
2017-08-04 17:29:06 -04:00
|
|
|
Fix "const" declaration info_ptr argument to png_get_eXIf_1() and the
|
|
|
|
num_exif argument to png_get_eXIf_1() (Github Issue 171).
|
2017-08-03 19:14:02 -04:00
|
|
|
|
2017-08-07 08:28:24 -04:00
|
|
|
Version 1.6.32beta11 [August 7, 2017]
|
2017-08-05 09:01:53 -04:00
|
|
|
Added "eXIf" to "chunks_to_ignore[]" in png_set_keep_unknown_chunks().
|
2017-08-05 12:01:18 -04:00
|
|
|
Added huge_IDAT.png and empty_ancillary_chunks.png to testpngs/crashers.
|
|
|
|
Make pngtest --strict, --relax, --xfail options imply -m (multiple).
|
2017-08-05 16:08:40 -04:00
|
|
|
Removed unused chunk_name parameter from png_check_chunk_length().
|
2017-08-05 20:58:41 -04:00
|
|
|
Relocated setting free_me for eXIf data, to stop an OSS-fuzz leak.
|
2017-08-05 21:15:52 -04:00
|
|
|
Initialize profile_header[] in png_handle_iCCP() to fix OSS-fuzz issue.
|
2017-08-05 21:51:23 -04:00
|
|
|
Initialize png_ptr->row_buf[0] to 255 in png_read_row() to fix OSS-fuzz UMR.
|
|
|
|
Attempt to fix a UMR in png_set_text_2() to fix OSS-fuzz issue.
|
2017-08-06 08:59:02 -04:00
|
|
|
Increase minimum zlib stream from 9 to 14 in png_handle_iCCP(), to account
|
2017-08-06 09:25:56 -04:00
|
|
|
for the minimum 'deflate' stream, and relocate the test to a point
|
|
|
|
after the keyword has been read.
|
2017-08-06 11:24:04 -04:00
|
|
|
Check that the eXIf chunk has at least 2 bytes and begins with "II" or "MM".
|
2017-08-04 21:07:51 -04:00
|
|
|
|
2017-08-18 04:14:09 -04:00
|
|
|
Version 1.6.32rc01 [August 18, 2017]
|
2017-08-07 15:22:56 -04:00
|
|
|
Added a set of "huge_xxxx_chunk.png" files to contrib/testpngs/crashers,
|
|
|
|
one for each known chunk type, with length = 2GB-1.
|
2017-08-18 04:14:09 -04:00
|
|
|
Check for 0 return from png_get_rowbytes() and added some (size_t) typecasts
|
|
|
|
in contrib/pngminus/*.c to stop some Coverity issues (162705, 162706,
|
|
|
|
and 162707).
|
2017-08-11 07:36:53 -04:00
|
|
|
Renamed chunks in contrib/testpngs/crashers to avoid having files whose
|
|
|
|
names differ only in case; this causes problems with some platforms
|
|
|
|
(github issue #172).
|
2017-08-07 15:22:56 -04:00
|
|
|
|
2017-08-21 20:14:39 -04:00
|
|
|
Version 1.6.32rc02 [August 22, 2017]
|
2017-08-22 14:56:40 -04:00
|
|
|
Added contrib/oss-fuzz directory which contains files used by the oss-fuzz
|
|
|
|
project (https://github.com/google/oss-fuzz/tree/master/projects/libpng).
|
2017-08-21 20:14:39 -04:00
|
|
|
|
2017-08-22 21:04:35 -04:00
|
|
|
Version 1.6.32rc03 [August 23, 2017]
|
|
|
|
|
2016-09-01 00:14:03 -04:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
2014-07-30 09:09:22 -04:00
|
|
|
(subscription required; visit
|
|
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
|
|
|
to subscribe)
|
|
|
|
or to glennrp at users.sourceforge.net
|
|
|
|
|
|
|
|
Glenn R-P
|