Commit Graph

792 Commits

Author SHA1 Message Date
Glenn Randers-Pehrson
1b97a1695a [libpng12] Expand %RDATE% macro in "last changed" dates. 2017-08-07 06:18:01 -05:00
Glenn Randers-Pehrson
bf40843146 [libpng12] Update last-changed date and copyright year in changed files 2017-08-07 05:55:55 -05:00
Glenn Randers-Pehrson
4d4f472108 [libpng12] Added png_check_chunk_length() function. 2017-08-07 05:51:12 -05:00
Glenn Randers-Pehrson
96091fe7ce [libpng12] Bump version to 1.2.58beta01 2016-12-30 08:48:26 -06:00
Glenn Randers-Pehrson
fbc2a54fbd [libpng12] Bump version to 1.2.58beta01 2016-12-30 08:44:41 -06:00
Glenn Randers-Pehrson
1f0a5824a8 [libpng12] Imported from libpng-1.2.57.tar 2016-12-29 07:40:08 -06:00
Glenn Randers-Pehrson
794a15fad6 [libpng12] Fixed a potential null pointer dereference in png_set_text_2()
(bug report and patch by Patrick Keshishian).
2016-12-29 07:39:52 -06:00
Glenn Randers-Pehrson
302c322ce9 [libpng12] Bump version to 1.2.57 2016-12-29 07:33:56 -06:00
Glenn Randers-Pehrson
b05b13ea6c [libpng12] Imported from libpng-1.2.57rc01.tar 2016-12-29 07:30:52 -06:00
Glenn Randers-Pehrson
4ceff95088 [libpng12] No changes. 2016-12-26 18:49:47 -06:00
Glenn Randers-Pehrson
3740be42c8 [libpng12] Suppress warning about unused png_digit[] array in pngerror.c. 2016-08-07 19:01:35 -05:00
Glenn Randers-Pehrson
174724800c [libpng12] Fix cut-and-paste error (delete one line) in pngpread.c 2016-06-03 21:42:31 -05:00
Glenn Randers-Pehrson
01a1fd6ea5 [libpng12] 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:23:10 -05:00
Glenn Randers-Pehrson
08e993c056 [libpng12] Fix typos in libpng.3 synopses (Eric S. Raymond). 2016-02-29 18:24:05 -06:00
Glenn Randers-Pehrson
052dbad982 [libpng12] Bump version to 1.2.57beta01, update copyright year 2016-01-02 18:50:17 -06:00
Glenn Randers-Pehrson
a36c4f3f16 [libpng12] Imported from libpng-1.2.56.tar 2015-12-17 08:10:58 -06:00
Glenn Randers-Pehrson
31652e7164 [libpng12] Imported from libpng-1.2.56rc01.tar 2015-12-13 21:43:48 -06:00
Glenn Randers-Pehrson
965d253929 [libpng12] Remove new redundant prototype for png_check_keyword() from png.h 2015-12-13 17:40:58 -06:00
Glenn Randers-Pehrson
a69393f9fe [libpng12] Move png_check_keyword() from pngwutil.c to pngset.c 2015-12-13 16:40:54 -06:00
Glenn Randers-Pehrson
60904d8ef7 [libpng12] Bump version to 1.2.56beta02 2015-12-13 16:39:57 -06:00
Glenn Randers-Pehrson
326b623edb [libpng12] Imported from libpng-1.2.56beta01.tar 2015-12-11 10:20:23 -06:00
Glenn Randers-Pehrson
d8bbdb04dd [libpng12] Bump version to 1.2.56beta01 2015-12-09 09:45:29 -06:00
Glenn Randers-Pehrson
520b373ee5 [libpng12] Fixed an out-of-range read in png_check_keyword() (Bug report from
Qixue Xiao).
2015-12-09 09:33:54 -06:00
Glenn Randers-Pehrson
623e09d8c5 [libpng12] Imported from libpng-1.2.55.tar 2015-12-02 22:30:08 -06:00
Glenn Randers-Pehrson
96fa2ae943 [libpng12] Imported from libpng-1.2.55rc01.tar 2015-11-26 07:03:58 -06:00
Glenn Randers-Pehrson
bf2feb235f [libpng12] Imported from libpng-1.2.55beta02.tar 2015-11-23 09:29:13 -06:00
Glenn Randers-Pehrson
ad224c6907 [libpng12] Fixed bug recently introduced in png_set_PLTE() that uses png_ptr
not info_ptr.
2015-11-22 20:24:03 -06:00
Glenn Randers-Pehrson
e5ecad4327 [libpng12] Bump version to 1.2.55beta02 2015-11-22 14:11:00 -06:00
Glenn Randers-Pehrson
e1b811d8d2 [libpng12] Imported from libpng-1.2.55beta01.tar 2015-11-22 14:08:28 -06:00
Glenn Randers-Pehrson
4488a96126 [libpng12] Use unsigned constants in buffer length comparisons 2015-11-21 14:35:51 -06:00
Glenn Randers-Pehrson
7e1ca9ceba [libpng12] Avoid potential pointer overflow in png_handle_iTXt(),
png_handle_zTXt(), png_handle_sPLT(), and png_handle_pCAL() (Bug report
by John Regehr).
2015-11-13 23:07:39 -06:00
Glenn Randers-Pehrson
ad08e3e522 [libpng12] Bump version to 1.2.55beta01 2015-11-13 10:17:13 -06:00
Glenn Randers-Pehrson
2d2fe5e9ef [libpng12] Imported from libpng-1.2.54.tar 2015-11-12 07:12:37 -06:00
Glenn Randers-Pehrson
216dbf7f7e [libpng12] Clean up coding style in png_handle_PLTE(). 2015-11-05 11:15:48 -06:00
Glenn Randers-Pehrson
e461292c2d [libpng12] Imported from libpng-1.2.54rc04.tar 2015-11-05 06:58:55 -06:00
Glenn Randers-Pehrson
3939689e7d [libpng12] Fixed new bug with CRC error after reading an over-length palette. 2015-11-04 23:43:17 -06:00
Glenn Randers-Pehrson
49349fc8f8 [libpng12] Bump version to 1.2.54rc03 2015-11-03 10:05:59 -06:00
Glenn Randers-Pehrson
186dbebe98 [libpng12] Bump version to 1.2.54rc03 2015-11-03 06:39:53 -06:00
Glenn Randers-Pehrson
df54dbc9b5 [libpng12] Clarified COPYRIGHT information to state explicitly that versions
are derived from previous versions.
2015-11-03 06:38:07 -06:00
Glenn Randers-Pehrson
33bb55d5b1 [libpng12] Imported from libpng-1.2.54rc02.tar 2015-10-31 08:42:07 -05:00
Glenn Randers-Pehrson
475bab6170 [libpng12] Prevent writing over-length PLTE chunk (Cosmin Truta) and
silently truncate over-length PLTE chunk while reading.
2015-10-31 08:39:01 -05:00
Glenn Randers-Pehrson
856a76b285 [libpng12] Imported from libpng-1.2.54rc01.tar 2015-10-28 10:17:06 -05:00
Glenn Randers-Pehrson
6f00295dd3 [libpng12] Add reference to CVE-2015-7981 in CHANGES and ANNOUNCE 2015-10-27 12:46:08 -05:00
Glenn Randers-Pehrson
5c8d1fa768 [libpng12] Bump version to 1.2.54beta02 2015-10-23 09:27:58 -05:00
Glenn Randers-Pehrson
e3b92b1766 [libpng12] Imported from libpng-1.2.54beta01.tar 2015-10-23 08:46:08 -05:00
Glenn Randers-Pehrson
fbf0f02434 [libpng12] Added a safety check in png_set_tIME() (Bug report from Qixue Xiao). 2015-10-23 08:44:51 -05:00
Glenn Randers-Pehrson
cfd5b1a23f [libpng12] Fix links in man page 2015-08-11 15:31:12 -05:00
Glenn Randers-Pehrson
cb4bdad35b [libpng12] Fix links in man page 2015-08-11 13:01:12 -05:00
Glenn Randers-Pehrson
40cacdfa24 [libpng12] Fixed dead link in man page 2015-08-11 12:05:34 -05:00
Glenn Randers-Pehrson
79268e7dc2 [libpng12] Fixed potential leak of png_pixels in contrib/pngminus/pnm2png.c
and port other changes to pnm2png.c and gregbook/rpng2-x.c from libpng-1.6.18
2015-07-30 16:53:23 -05:00