diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 11:21:31 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 11:37:42 +0200 |
| commit | ee1d0179c5320b8a49a077c1ee09aab3fefa3ab0 (patch) | |
| tree | c83223b008439d30e3d95bedac0839363b87b820 /thirdparty/libpng/pnginfo.h | |
| parent | 73d2504fce8ac28c32704e8fdf53fc3425f4e193 (diff) | |
| download | redot-engine-ee1d0179c5320b8a49a077c1ee09aab3fefa3ab0.tar.gz | |
libpng: Update to upstream version 1.6.32
Fixes security vulnerability in our 1.6.31rc01 snapshot.
Diffstat (limited to 'thirdparty/libpng/pnginfo.h')
| -rw-r--r-- | thirdparty/libpng/pnginfo.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/thirdparty/libpng/pnginfo.h b/thirdparty/libpng/pnginfo.h index 6e6d46a62b..d5f6149dbd 100644 --- a/thirdparty/libpng/pnginfo.h +++ b/thirdparty/libpng/pnginfo.h @@ -186,8 +186,11 @@ defined(PNG_READ_BACKGROUND_SUPPORTED) #endif #ifdef PNG_eXIf_SUPPORTED - int num_exif; + int num_exif; /* Added at libpng-1.6.31 */ png_bytep exif; +# ifdef PNG_READ_eXIf_SUPPORTED + png_bytep eXIf_buf; /* Added at libpng-1.6.32 */ +# endif #endif #ifdef PNG_hIST_SUPPORTED |
