Glenn Randers-Pehrson
62b6843b46
[libpng14] Imported from libpng-1.4.18beta02.tar
v1.4.18beta02
2015-11-23 09:29:23 -06:00
Glenn Randers-Pehrson
3b711ccc4f
[libpng14] Revert 12 -> 12U change in pngrutil.c
2015-11-22 22:58:10 -06:00
Glenn Randers-Pehrson
dabe6c2a27
[libpng14] Fixed bug recently introduced in png_set_PLTE() that uses png_ptr
...
not info_ptr.
2015-11-22 20:46:37 -06:00
Glenn Randers-Pehrson
1a45414d86
[libpng14] Bump version to 1.4.18beta02
2015-11-22 14:11:08 -06:00
Glenn Randers-Pehrson
89cf81e3eb
[libpng14] Imported from libpng-1.4.18beta01.tar
v1.4.18beta01
2015-11-22 14:08:36 -06:00
Glenn Randers-Pehrson
b0c1d88cee
[libpng15] Use unsigned constants in buffer length comparisons
2015-11-21 14:34:26 -06:00
Glenn Randers-Pehrson
5b948c3e11
[lbpng14] 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:02:35 -06:00
Glenn Randers-Pehrson
e9fa8b4364
[libpng14] Bump version to 1.4.18beta01
2015-11-13 10:17:25 -06:00
Glenn Randers-Pehrson
877590539c
[libpng14] Imported from libpng-1.4.17.tar
v1.4.17
2015-11-12 07:12:53 -06:00
Glenn Randers-Pehrson
de3ee49b87
[libpng14] Clean up coding style in png_handle_PLTE()
2015-11-05 11:17:01 -06:00
Glenn Randers-Pehrson
affbce36f9
[libpng14] Imported from libpng-1.4.17rc04.tar
v1.4.17rc04
2015-11-05 06:59:06 -06:00
Glenn Randers-Pehrson
56def65afe
[libpng14] Fixed new bug with CRC error after reading an over-length palette.
2015-11-04 23:44:13 -06:00
Glenn Randers-Pehrson
f1fb90f1aa
[libpng14] Imported from libpng-1.4.17rc03.tar
v1.4.17rc03
2015-11-03 10:02:14 -06:00
Glenn Randers-Pehrson
5d1f9565ed
[libpng14] Clarified COPYRIGHT information to state explicitly that versions
...
are derived from previous versions. Removed much of the long list of
previous versions from png.h and libpng.3.
2015-11-03 07:40:20 -06:00
Glenn Randers-Pehrson
e1b2bb2487
[libpng14] Bump version to 1.4.17rc03
2015-11-03 07:32:09 -06:00
Glenn Randers-Pehrson
8733da6340
[libpng14] Imported from libpng-1.4.17rc02.tar
2015-10-31 08:12:37 -05:00
Glenn Randers-Pehrson
ffbef435e2
[libpng14] Bump version to 1.4.17rc02
2015-10-31 07:58:53 -05:00
Glenn Randers-Pehrson
fd97f3e31e
[libpng14] Prevent writing over-length PLTE chunk (Cosmin Truta) and
...
silently truncate over-length PLTE chunk while reading.
2015-10-31 07:56:39 -05:00
Glenn Randers-Pehrson
82c5abc170
[libpng14] Imported from libpng-1.4.17rc01.tar
v1.4.17rc01
2015-10-28 10:17:26 -05:00
Glenn Randers-Pehrson
a248f1ba62
[libpng14] Add reference to CVE-2015-7981 in CHANGES and ANNOUNCE
2015-10-27 12:50:29 -05:00
Glenn Randers-Pehrson
ecf10cb8b7
[libpng14] Bump version to 1.4.17beta04
2015-10-23 09:06:15 -05:00
Glenn Randers-Pehrson
fa6b9cf320
[libpng14] Imported from libpng-1.4.17beta03.tar
v1.4.17beta03
2015-10-23 09:06:08 -05:00
Glenn Randers-Pehrson
b655705279
[libpng14] Removed obsolete "sunfix" patch files.
2015-10-23 09:02:11 -05:00
Glenn Randers-Pehrson
52c89ad053
[libpng14] Added a safety check in png_set_tIME() (Bug report from Qixue Xiao).
2015-10-23 09:01:31 -05:00
Glenn Randers-Pehrson
67c4bc9f5c
[libpng14] Bump version to 1.4.17beta03
2015-10-14 22:38:05 -05:00
Glenn Randers-Pehrson
923ee398ab
[libpng14] Imported from libpng-1.4.17beta02.tar
v1.4.17beta02
2015-10-14 22:37:58 -05:00
Glenn Randers-Pehrson
e20eca266e
[libpng14] Added sPLT support to pngtest.c
2015-10-14 22:34:54 -05:00
John Bowler
72ee0aef48
[libpng14] Fixed png_save_int_32 when int is not 2's complement (John Bowler).
2015-08-21 14:56:49 -05:00
Glenn Randers-Pehrson
627c2c8797
[libpng14] Bump version to 1.4.17beta02
2015-08-19 12:48:53 -05:00
Glenn Randers-Pehrson
cbd9e435ad
[libpng14] Imported from libpng-1.4.17beta01.tar
v1.4.17beta01
2015-08-19 12:48:36 -05:00
Glenn Randers-Pehrson
41de766f12
[libpng14] Fixed the recently reported 1's complement security issue by
...
replacing the value that is illegal in the PNG spec, in both signed and
unsigned values, with 0. Illegal unsigned values (anything greater than or equal
to 0x80000000) can still pass through, but since these are not illegal
in ANSI-C (unlike 0x80000000 in the signed case) the checking that
occurs later can catch them (John Bowler).
Safely convert num_bytes to a png_byte in png_set_sig_bytes() (Robert
Seacord).
2015-08-19 12:47:00 -05:00
Glenn Randers-Pehrson
9ef7029447
[libpng14] Fix links in man page
2015-08-11 15:32:10 -05:00
Glenn Randers-Pehrson
42275b94b8
[libpng14] Fix links in man page
2015-08-11 13:02:11 -05:00
Glenn Randers-Pehrson
e1f5f422fb
[libpng14] Update dead link in man page
2015-08-11 12:06:55 -05:00
Glenn Randers-Pehrson
6a88a77216
[libpng14] Added -DZ_SOLO to contrib/pngminim/*/makefile to work with zlib-1.2.7+
...
Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.c
because usleep() is deprecated (port from libpng16).
Fixed potential leak of png_pixels in contrib/pngminus/pnm2png.c
Fixed uninitialized variable in contrib/gregbook/rpng2-x.c
2015-07-30 16:24:34 -05:00
Glenn Randers-Pehrson
eff804c744
[libpng14] Removed WEIGHTED_FILTER info from the manual page.
2015-07-13 13:38:51 -05:00
Glenn Randers-Pehrson
6cbf323db4
[libpng14] Reformat LICENSE, png.h, libpng.3 and libpng*.txt to make the
...
license text identical and the same format as in libpng15 and libpng16.
2015-07-13 08:48:22 -05:00
Glenn Randers-Pehrson
dda61188e9
[libpng14] Avoid Coverity issue 80858 (REVERSE NULL) in pngtest.c PNG_DEBUG builds.
2015-05-20 13:27:06 -05:00
Glenn Randers-Pehrson
c1b4f50168
[libpng14] Fix typecast in a png_debug2() statement in png_set_text_2() to
...
avoid a compiler warning in PNG_DEBUG builds.
Avoid Coverity issues 80855, 80856, and 80857 (PRINTF_ARG_MISMATCH)
in pngtest.c PNG_DEBUG builds.
2015-05-09 21:30:18 -05:00
Glenn Randers-Pehrson
fbbd9b7723
[libpng14] Bump version to 1.4.17beta01
2015-05-09 21:29:24 -05:00
Glenn Randers-Pehrson
46243cd1e5
[libpng14] Imported from libpng-1.4.16.tar
v1.4.16
libpng-1.4.16-signed
2015-03-19 09:56:21 -05:00
Glenn Randers-Pehrson
0c7db8ef64
[libpng14] Imported from libpng-1.4.16rc01.tar
v1.4.16rc01
2015-03-04 11:19:08 -06:00
Glenn Randers-Pehrson
01313883fc
[libpng14] Bump version to 1.4.16beta03
2015-02-25 16:00:27 -06:00
Glenn Randers-Pehrson
473c2dba0a
[libpng14] Imported from libpng-1.4.16beta02.tar
v1.4.16beta02
2015-02-25 15:54:06 -06:00
Glenn Randers-Pehrson
f458a0997e
[libpng14] Bump version to 1.4.16beta02
2015-02-25 15:46:52 -06:00
Glenn Randers-Pehrson
36c05b6b1a
[libpng14] Rebuilt configure scripts with automake-1.15 and libtool-2.4.6
2015-02-21 13:00:57 -06:00
Glenn Randers-Pehrson
ffb50e6516
[libpng14] Imported from libpng-1.4.15.tar
v1.4.15
libpng-1.4.15-signed
2015-02-12 11:25:07 -06:00
Glenn Randers-Pehrson
98c96c68c5
[libpng14] Imported from libpng-1.4.15rc02.tar
v1.4.15rc02
2015-02-06 11:58:19 -06:00
Glenn Randers-Pehrson
4743e9e892
[libpng14] Quieted more harmless warnings from Coverity-scan.
2015-02-06 11:57:17 -06:00
Glenn Randers-Pehrson
83e10a6347
[libpng14] Imported from libpng-1.4.15rc01.tar
v1.4.15rc01
2015-02-05 11:54:44 -06:00