Glenn Randers-Pehrson
a69e82ed16
[libpng14] Imported from libpng-1.4.19rc01.tar
2015-12-13 21:43:59 -06:00
Glenn Randers-Pehrson
6e7474c7eb
[libpng14] Bump version to 1.4.19beta02
2015-12-13 16:02:56 -06:00
Glenn Randers-Pehrson
38a9ec94cb
[libpng14] Imported from libpng-1.4.19beta01.tar
2015-12-11 10:20:33 -06:00
Glenn Randers-Pehrson
83283ff752
[libpng14] Bump version to 1.4.19beta01
2015-12-09 09:43:42 -06:00
Glenn Randers-Pehrson
8c12b3c2cc
[libpng14] Imported from libpng-1.4.18.tar
2015-12-02 22:30:18 -06:00
Glenn Randers-Pehrson
7fe3416520
[libpng14] Imported from libpng-1.4.18rc01.tar
2015-11-26 07:04:07 -06:00
Glenn Randers-Pehrson
62b6843b46
[libpng14] Imported from libpng-1.4.18beta02.tar
2015-11-23 09:29:23 -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
2015-11-22 14:08:36 -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
2015-11-12 07:12:53 -06:00
Glenn Randers-Pehrson
affbce36f9
[libpng14] Imported from libpng-1.4.17rc04.tar
2015-11-05 06:59:06 -06:00
Glenn Randers-Pehrson
f1fb90f1aa
[libpng14] Imported from libpng-1.4.17rc03.tar
2015-11-03 10:02:14 -06:00
Glenn Randers-Pehrson
e1b2bb2487
[libpng14] Bump version to 1.4.17rc03
2015-11-03 07:32:09 -06:00
Glenn Randers-Pehrson
ffbef435e2
[libpng14] Bump version to 1.4.17rc02
2015-10-31 07:58:53 -05:00
Glenn Randers-Pehrson
82c5abc170
[libpng14] Imported from libpng-1.4.17rc01.tar
2015-10-28 10:17:26 -05:00
Glenn Randers-Pehrson
ecf10cb8b7
[libpng14] Bump version to 1.4.17beta04
2015-10-23 09:06:15 -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
2015-10-14 22:37:58 -05:00
Glenn Randers-Pehrson
627c2c8797
[libpng14] Bump version to 1.4.17beta02
2015-08-19 12:48:53 -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
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
2015-03-19 09:56:21 -05:00
Glenn Randers-Pehrson
0c7db8ef64
[libpng14] Imported from libpng-1.4.16rc01.tar
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
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
2015-02-12 11:25:07 -06:00
Glenn Randers-Pehrson
98c96c68c5
[libpng14] Imported from libpng-1.4.15rc02.tar
2015-02-06 11:58:19 -06:00
Glenn Randers-Pehrson
83e10a6347
[libpng14] Imported from libpng-1.4.15rc01.tar
2015-02-05 11:54:44 -06:00
Glenn Randers-Pehrson
173432da9e
[lbpng14] Quieted some harmless warnings from Coverity-scan.
2015-01-30 10:26:13 -06:00
Glenn Randers-Pehrson
4df1247bd6
[libpng14] Imported from libpng-1.4.15beta01.tar
2015-01-27 07:21:43 -06:00
Glenn Randers-Pehrson
9d2252921d
[libpng14] Restored test for maximum allowed image width that was removed from
...
libpng-1.4.13 (fixes CVE-2014-9495 and CVE-2015-0973).
2015-01-22 12:08:18 -06:00
Glenn Randers-Pehrson
baecb72555
[libpng14] Bump version to 1.4.15beta01
2015-01-22 12:03:29 -06:00
Glenn Randers-Pehrson
cbfb2ba812
[libpng14] Imported from libpng-1.4.14.tar
2014-11-20 10:22:40 -06:00
Glenn Randers-Pehrson
52a25e7c43
[libpng14] Imported from libpng-1.4.14rc02.tar
2014-11-16 20:04:08 -06:00
Glenn Randers-Pehrson
e5f09122e4
[libpng14] Imported from libpng-1.4.14rc01.tar
2014-11-13 06:46:26 -06:00
Glenn Randers-Pehrson
10fe7027b7
[libpng14] Imported from libpng-1.4.14beta01.tar
2014-11-06 11:12:55 -06:00
Glenn Randers-Pehrson
852b1140b9
[libpng14] Bump version to 1.4.14beta01
2014-02-06 10:42:31 -06:00
Glenn Randers-Pehrson
2f87c9b517
[libpng14] Imported from libpng-1.4.13.tar
2014-02-05 22:18:46 -06:00
Glenn Randers-Pehrson
7d26076ad7
[libpng14] Imported from libpng-1.4.13rc02.tar
2014-01-30 15:28:49 -06:00
Glenn Randers-Pehrson
7d10db1ec0
[libpng14] Imported from libpng-1.4.13rc01.tar
2014-01-28 11:35:05 -06:00
Glenn Randers-Pehrson
a7340925b2
[libpng14] Imported from libpng-1.4.13beta06.tar
2014-01-22 17:40:25 -06:00
Glenn Randers-Pehrson
dc2e7d6595
[libpng14] Bump version to 1.4.13beta06
2014-01-10 12:01:15 -06:00
Glenn Randers-Pehrson
8578282f04
[libpng14] Removed potentially misleading warning from png_check_IHDR().
2014-01-10 06:10:56 -06:00
Glenn Randers-Pehrson
cb7e08875a
[libpng14] Revised png_check_IHDR() to use PNG_SIZE_MAX instead of
...
PNG_UINT_32_MAX in the test for potential overflow in PNG_ROWBYTES.
2014-01-09 20:02:23 -06:00
Glenn Randers-Pehrson
0cc925b4c3
[libpng14] Bump version to 1.4.13beta05
2014-01-01 10:40:11 -06:00
Glenn Randers-Pehrson
ce9868d105
[libpng14] Imported from libpng-1.4.13beta04.tar
2014-01-01 09:57:01 -06:00
Glenn Randers-Pehrson
a2e33b691b
[libpng14] Bump version to 1.4.13beta04
2013-06-18 13:36:57 -05:00