Glenn Randers-Pehrson
9c7338aa16
[libpng15] Imported from libpng-1.5.27rc01.tar
2016-05-14 09:42:35 -05:00
Glenn Randers-Pehrson
c5da514b08
[libpng15] Bump version to 1.5.27beta03
2016-05-11 06:42:58 -05:00
Glenn Randers-Pehrson
14beb679d4
[libpng15] Merge png.h with libpng16/png.h
2016-05-11 06:34:59 -05:00
Glenn Randers-Pehrson
d92b1c6305
[libpng15] Bump version to 1.5.27beta02
2016-03-09 12:04:24 -06:00
Glenn Randers-Pehrson
870fcc9b64
[libpng15] Imported from libpng-1.5.27beta01.tar
2016-03-09 12:04:14 -06:00
Glenn Randers-Pehrson
09779deaa9
[libpng15] Added a common-law trademark notice and export control information
...
to the LICENSE file, png.h, and the man page.
Changed PNG_INFO_cHNK and PNG_FREE_cHNK from 0xnnnn to 0xnnnnU in png.h
(Robert C. Seacord).
2016-02-14 13:10:43 -06:00
Roger Leigh
1f2fe83987
[libpng15] Updated CMakeLists.txt, added supporting scripts/gen*.cmake.in
...
and test.cmake.in (Roger Leigh).
2016-02-08 18:43:58 -06:00
Glenn Randers-Pehrson
7190c4f5af
[libpng15] Worked around a false-positive Coverity issue in pngvalid.c.
2016-01-13 09:55:15 -06:00
Glenn Randers-Pehrson
c583ec1579
[libpng15] In projects/vstudio, combined readme.txt and WARNING into README.txt
2015-12-29 08:43:51 -06:00
Glenn Randers-Pehrson
89a025317c
[libpng15] Update CHANGES and ANNOUNCE with recent pngvalid.c update
2015-12-17 20:22:16 -06:00
Glenn Randers-Pehrson
684c68d6fb
[libpng15] Bump version to 1.5.27beta01
2015-12-17 20:09:18 -06:00
Glenn Randers-Pehrson
94322f3f8f
[libpng15] Imported from libpng-1.5.26.tar
2015-12-17 08:11:20 -06:00
Glenn Randers-Pehrson
8f1c1a6d8c
[libpng15] Imported from libpng-1.5.26rc01.tar
2015-12-13 21:44:19 -06:00
Glenn Randers-Pehrson
fd3cd9fad2
[libpng15] Update some last-changed dates
2015-12-13 18:36:30 -06:00
Glenn Randers-Pehrson
ad5f16c406
[libpng15] Bump version to 1.5.26beta02
2015-12-13 16:19:49 -06:00
Glenn Randers-Pehrson
29c1086ba3
[libpng15] Imported from libpng-1.5.26beta01.tar
2015-12-11 10:20:41 -06:00
Glenn Randers-Pehrson
d9006f683c
[libpng15] Fixed an out-of-range read in png_check_keyword() (Bug report
...
from Qixue Xiao).
2015-12-09 09:40:48 -06:00
Glenn Randers-Pehrson
93e111afc5
[libpng15] Imported from libpng-1.5.25.tar
2015-12-02 22:30:30 -06:00
Glenn Randers-Pehrson
3a1a5256fa
[libpng15] Imported from libpng-1.5.25rc01.tar
2015-11-26 07:04:16 -06:00
Glenn Randers-Pehrson
b5da27d211
[libpng15] Imported from libpng-1.5.25beta03.tar
2015-11-24 09:36:23 -06:00
Glenn Randers-Pehrson
596f052d69
[libpng15] Fixed bug recently introduced in png_set_PLTE() that uses png_ptr
...
not info_ptr.
2015-11-22 20:47:45 -06:00
Glenn Randers-Pehrson
69ac844654
[libpng15] Bump version to 1.5.25beta02
2015-11-22 14:11:19 -06:00
Glenn Randers-Pehrson
635a8b9b84
[libpng15] Imported from libpng-1.5.25beta01.tar
2015-11-22 14:08:45 -06:00
Glenn Randers-Pehrson
8738633bd6
[libpng15] 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 22:47:30 -06:00
Glenn Randers-Pehrson
b257d4a6a1
[libpng15] Bump version to 1.5.25beta01
2015-11-13 10:18:08 -06:00
Glenn Randers-Pehrson
df80d38897
[libpng15] Imported from libpng-1.5.24.tar
2015-11-12 07:13:10 -06:00
Glenn Randers-Pehrson
b6ec5eb74e
[libpng15] Imported from libpng-1.5.24rc04.tar
2015-11-05 06:59:22 -06:00
Glenn Randers-Pehrson
e4a9c63445
[libpng15] Imported from libpng-1.5.24rc02.tar
2015-11-03 08:12:20 -06:00
Glenn Randers-Pehrson
06c1be4b28
[libpng15] Bump version to 1.5.24rc02
2015-11-03 07:51:53 -06:00
Glenn Randers-Pehrson
9db953ad5b
[libpng15] Imported from libpng-1.5.24rc01.tar
2015-10-31 08:52:12 -05:00
Glenn Randers-Pehrson
91a73053b9
[libpng15] Update manual about handling over-length PLTE chunks.
2015-10-31 08:47:32 -05:00
Glenn Randers-Pehrson
820a090567
[libpng15] Silently truncate over-length PLTE chunk while reading.
2015-10-30 13:21:32 -05:00
Glenn Randers-Pehrson
20e0daa74a
[libpng15] Update CHANGES and ANNOUNCE about rowbytes fix
2015-10-30 13:02:20 -05:00
Glenn Randers-Pehrson
3a990c93f4
[libng15] Prevent writing over-length PLTE chunk (Cosmin Truta).
2015-10-29 09:56:19 -05:00
Glenn Randers-Pehrson
39f8f0e6da
[libpng15] Bump version to 1.5.24beta03
2015-10-14 22:14:22 -05:00
Glenn Randers-Pehrson
51148c5255
[libpng15] Imported from libpng-1.5.24beta02.tar
2015-10-14 22:14:13 -05:00
Glenn Randers-Pehrson
5e51957594
[libpng15] Added sPLT support to pngtest.c
2015-10-11 11:31:44 -05:00
Glenn Randers-Pehrson
24e485baec
[libpng15] Improve CHANGES and ANNOUNCE description of filler-byte fix.
2015-09-18 23:34:55 -05:00
Glenn Randers-Pehrson
1f4508c7e2
[libpng15] Update CHANGES and ANNOUNCE per recent pull request.
2015-09-18 21:24:29 -05:00
John Bowler
8c4b258355
[libpng15] Fixed png_save_int_32 when int is not 2's complement (John Bowler).
2015-08-21 14:50:38 -05:00
Glenn Randers-Pehrson
7730265b27
[libpng15] Bump version to 1.5.24beta02
2015-08-19 12:54:33 -05:00
Glenn Randers-Pehrson
c357fb70b5
[lbipng15] 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:52:39 -05:00
Glenn Randers-Pehrson
a88dec67f2
[libpng15] Safely convert num_bytes to a png_byte in png_set_sig_bytes() (Robert
...
Seacord).
2015-08-18 10:23:35 -05:00
Glenn Randers-Pehrson
bb98fdbf31
[libpng15] Fixed potential leak of png_pixels in contrib/pngminus/pnm2png.c
...
and fixed uninitialized variable in contrib/gregbook/rpng2-x.c
2015-07-30 11:32:56 -05:00
Glenn Randers-Pehrson
aa24431c93
[libpng15] Bump version to 1.5.24beta01
2015-07-23 20:20:39 -05:00
Glenn Randers-Pehrson
a058d6cee0
[libpng15] Imported from libpng-1.5.23.tar
2015-07-22 22:40:33 -05:00
Glenn Randers-Pehrson
91c2de79b9
[libpng15] Bump version to libpng-1.5.23rc03.tar
2015-07-13 08:30:27 -05:00
Glenn Randers-Pehrson
06bf45e527
[libpng15] Imported from libpng-1.5.23rc02.tar
2015-07-13 07:06:07 -05:00
Glenn Randers-Pehrson
ceaf50079a
[libpng15] Imported from libpng-1.5.23rc01.tar
2015-07-09 11:58:09 -05:00
Glenn Randers-Pehrson
5129cbb795
[libpng15] Belatedly added Mans Rullgard to the list of Contributing Authors.
2015-07-09 11:53:58 -05:00