mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng14] Imported from libpng-1.4.17rc02.tar
This commit is contained in:
parent
ffbef435e2
commit
8733da6340
6
ANNOUNCE
6
ANNOUNCE
@ -57,9 +57,13 @@ version 1.4.17beta03 [October 23, 2015]
|
|||||||
Added a safety check in png_set_tIME() (Fixes CVE-2015-7981, bug report
|
Added a safety check in png_set_tIME() (Fixes CVE-2015-7981, bug report
|
||||||
from Qixue Xiao).
|
from Qixue Xiao).
|
||||||
|
|
||||||
version 1.4.17rc01 [October 31, 2015]
|
version 1.4.17rc01 [October 28, 2015]
|
||||||
No changes.
|
No changes.
|
||||||
|
|
||||||
|
version 1.4.17rc02 [October 31, 2015]
|
||||||
|
Prevent writing over-length PLTE chunk (Cosmin Truta).
|
||||||
|
Silently truncate over-length PLTE chunk while reading.
|
||||||
|
|
||||||
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
||||||
or to png-mng-implement at lists.sf.net (subscription required; visit
|
or to png-mng-implement at lists.sf.net (subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
||||||
|
|||||||
2
CHANGES
2
CHANGES
@ -2987,7 +2987,7 @@ version 1.4.17beta03 [October 23, 2015]
|
|||||||
Added a safety check in png_set_tIME() (Fixes CVE-2015-7981, bug report
|
Added a safety check in png_set_tIME() (Fixes CVE-2015-7981, bug report
|
||||||
from Qixue Xiao).
|
from Qixue Xiao).
|
||||||
|
|
||||||
version 1.4.17rc01 [October 31, 2015]
|
version 1.4.17rc01 [October 28, 2015]
|
||||||
No changes.
|
No changes.
|
||||||
|
|
||||||
version 1.4.17rc02 [October 31, 2015]
|
version 1.4.17rc02 [October 31, 2015]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* pngrtran.c - transforms the data in a row for PNG readers
|
/* pngrtran.c - transforms the data in a row for PNG readers
|
||||||
*
|
*
|
||||||
* Last changed in libpng 1.4.15 [February 12, 2015]
|
* Last changed in libpng 1.4.17 [October 31, 2015]
|
||||||
* Copyright (c) 1998-2015 Glenn Randers-Pehrson
|
* Copyright (c) 1998-2015 Glenn Randers-Pehrson
|
||||||
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
||||||
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* pngrutil.c - utilities to read a PNG file
|
/* pngrutil.c - utilities to read a PNG file
|
||||||
*
|
*
|
||||||
* Last changed in libpng 1.4.15 [February 12, 2015]
|
* Last changed in libpng 1.4.17 [October 31, 2015]
|
||||||
* Copyright (c) 1998-2015 Glenn Randers-Pehrson
|
* Copyright (c) 1998-2015 Glenn Randers-Pehrson
|
||||||
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
||||||
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* pngwutil.c - utilities to write a PNG file
|
/* pngwutil.c - utilities to write a PNG file
|
||||||
*
|
*
|
||||||
* Last changed in libpng 1.4.15 [February 12, 2015]
|
* Last changed in libpng 1.4.17 [October 31, 2015]
|
||||||
* Copyright (c) 1998-2015 Glenn Randers-Pehrson
|
* Copyright (c) 1998-2015 Glenn Randers-Pehrson
|
||||||
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
||||||
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user