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
3b711ccc4f
[libpng14] Revert 12 -> 12U change in pngrutil.c
2015-11-22 22:58:10 -06:00
Glenn Randers-Pehrson
1a45414d86
[libpng14] Bump version to 1.4.18beta02
2015-11-22 14:11:08 -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
877590539c
[libpng14] Imported from libpng-1.4.17.tar
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
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
2015-11-03 10:02:14 -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
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
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
46243cd1e5
[libpng14] Imported from libpng-1.4.16.tar
2015-03-19 09:56:21 -05:00
Glenn Randers-Pehrson
4743e9e892
[libpng14] Quieted more harmless warnings from Coverity-scan.
2015-02-06 11:57:17 -06:00
Glenn Randers-Pehrson
b157898378
[libpng14] Imported from libpng-1.4.11.tar
2012-03-29 06:31:35 -05:00
Glenn Randers-Pehrson
7d76ba7393
[libpng14] Imported from libpng-1.4.10.tar
2012-03-14 23:39:48 -05:00
Glenn Randers-Pehrson
8f23c92642
[libpng14] Imported from libpng-1.4.10rc02.tar
2012-03-06 16:43:21 -06:00
Glenn Randers-Pehrson
a8c319a2b2
[libpng14] Fixed off-by-one bug in png_handle_sCAL() when using fixed point
...
arithmetic, causing out-of-bounds read in png_set_sCAL() because of failure
to copy the string terminators (Franke Busse).
2012-02-26 20:31:00 -06:00
Glenn Randers-Pehrson
13f1247654
[libpng14] Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
2012-02-21 14:57:59 -06:00
Glenn Randers-Pehrson
0d95b3d8dc
[libpng14] Removed two useless #ifdef directives from pngread.c and
...
one from pngrutil.c
2012-02-19 22:58:50 -06:00
Glenn Randers-Pehrson
8beb593bc2
[libpng14] Bump version to 1.4.10beta01
2012-02-19 21:28:40 -06:00
Glenn Randers-Pehrson
a22646a5df
[libpng14] Imported from libpng-1.4.9rc01.tar
2012-02-18 23:43:25 -06:00
Glenn Randers-Pehrson
3ef6c2439c
[libpng14] Imported from libpng-1.4.9beta01.tar
2012-02-18 23:43:23 -06:00
Glenn Randers-Pehrson
e7625063dc
[master] Imported from libpng-1.4.8.tar
2011-07-07 06:41:17 -05:00
Glenn Randers-Pehrson
24f40e321c
[master] Imported from libpng-1.4.8rc01.tar
2011-06-30 19:58:41 -05:00
Glenn Randers-Pehrson
61a2d8a2a7
[master] Check for sCAL chunk too short.
2011-06-18 14:51:09 -05:00
Glenn Randers-Pehrson
31f4e52842
[master] Fixed a bug (present since libpng-1.0.7) that makes png_handle_sPLT()
...
fail to compile when PNG_NO_POINTER_INDEXING is defined.
2011-03-21 18:20:24 -05:00
Glenn Randers-Pehrson
8709982e22
[master] Bump to version 1.4.6beta06
2011-03-18 22:25:49 -05:00
Glenn Randers-Pehrson
686d45dcfd
[master] Imported from libpng-1.4.6beta06.tar
2011-03-18 22:22:18 -05:00
Glenn Randers-Pehrson
603c9fd959
[master] Added the private PNG_UNUSED() macro definition in pngpriv.h.
2011-03-08 11:33:28 -06:00
Glenn Randers-Pehrson
97d2d68428
[master] Imported from libpng-1.4.6beta05.tar
2011-01-22 21:22:48 -06:00
Glenn Randers-Pehrson
c4ff4e7167
[master] Imported from libpng-1.4.6beta04.tar
2011-01-21 22:20:15 -06:00
Glenn Randers-Pehrson
379d0160ea
[master] Added const_png_structp and const_png_infop types, and used them in
...
prototypes for most png_get_*() functions.
In the manual, describe the png_get_IHDR() arguments in the correct order.
2011-01-21 11:09:07 -06:00
Glenn Randers-Pehrson
a10d488a32
[master] Imported from libpng-1.4.6beta03.tar
2011-01-14 21:04:40 -06:00
Glenn Randers-Pehrson
25d754e86d
[master] Bump to version 1.4.6beta02
2011-01-14 20:26:03 -06:00
Glenn Randers-Pehrson
bba85637d7
[master] Imported from libpng-1.4.6beta02.tar
2011-01-14 17:26:54 -06:00
Glenn Randers-Pehrson
1daf8980dd
[master] Bump to version 1.4.6beta02
2010-12-31 09:04:02 -06:00
Glenn Randers-Pehrson
5945408a93
[master] Imported from libpng-1.4.6beta01.tar
2010-12-31 08:06:37 -06:00
Glenn Randers-Pehrson
fb05477e11
[master] Bump version to 1.4.6beta01
2010-12-27 09:04:59 -06:00
Glenn Randers-Pehrson
6916ec5fa9
[master] Bump to version 1.4.5rc04
2010-12-09 07:12:52 -06:00
Glenn Randers-Pehrson
acb4822f6b
[master] Removed PNG_NO_WRITE_GAMMA from pngminim/encoder/pngusr.h
...
and some cosmetic changes to some source files.
2010-12-09 06:43:24 -06:00
Glenn Randers-Pehrson
79fb836d66
[master] Imported from libpng-1.4.5rc03.tar
2010-12-03 10:02:23 -06:00
Glenn Randers-Pehrson
010110a0be
[master] Imported from libpng-1.4.5rc02.tar
2010-12-02 07:05:34 -06:00
Glenn Randers-Pehrson
ff244b6181
[master] Bump to version 1.4.5beta07
2010-11-24 15:04:15 -06:00
Glenn Randers-Pehrson
2922c07e67
[master] Changes to remove gcc warnings (John Bowler)
2010-11-21 14:02:16 -06:00