mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
libpng: Update to upstream version 1.6.32
Fixes security vulnerability in our 1.6.31rc01 snapshot.
This commit is contained in:
parent
73d2504fce
commit
ee1d0179c5
18 changed files with 234 additions and 88 deletions
5
thirdparty/libpng/pngstruct.h
vendored
5
thirdparty/libpng/pngstruct.h
vendored
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
/* pngstruct.h - header file for PNG reference library
|
||||
*
|
||||
* Last changed in libpng 1.6.28 [January 5, 2017]
|
||||
* Last changed in libpng 1.6.32 [August 24, 2017]
|
||||
* Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson
|
||||
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
||||
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
||||
|
|
@ -479,8 +479,5 @@ struct png_struct_def
|
|||
png_colorspace colorspace;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* New member added in libpng-1.6.31 */
|
||||
int num_exif;
|
||||
};
|
||||
#endif /* PNGSTRUCT_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue