7 Commits

Author SHA1 Message Date
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
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
fbbd9b7723 [libpng14] Bump version to 1.4.17beta01 2015-05-09 21:29:24 -05:00