libpng/ANNOUNCE
Glenn Randers-Pehrson 7d9017e7c0 [libpng14] Fixed undefined behavior in png_push_save_buffer(). Do not call
memcpy() with a null source, even if count is zero (Leon Scroggins III).
2016-06-03 21:50:06 -05:00

39 lines
1.1 KiB
Plaintext

Libpng 1.4.20beta01 - June 4, 2016
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.
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
1.4.20beta01.tar.xz (LZMA-compressed, recommended)
1.4.20beta01.tar.gz
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1420b01.7z (LZMA-compressed, recommended)
lp1420b01.zip
Other information:
1.4.20beta01-README.txt
1.4.20beta01-LICENSE.txt
libpng-1.4.20beta01-*.asc (armored detached GPG signatures)
Changes since the last public release (1.4.19):
version 1.4.20beta01 [June 4, 2016]
Fix typos in libpng.3 synopses (Eric S. Raymond).
Fixed undefined behavior in png_push_save_buffer(). Do not call
memcpy() with a null source, even if count is zero (Leon Scroggins III).
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
Glenn R-P