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/pngrtran.c | |
| 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/pngrtran.c')
| -rw-r--r-- | thirdparty/libpng/pngrtran.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libpng/pngrtran.c b/thirdparty/libpng/pngrtran.c index 9285983848..9a30ddf22b 100644 --- a/thirdparty/libpng/pngrtran.c +++ b/thirdparty/libpng/pngrtran.c @@ -1,7 +1,7 @@ /* pngrtran.c - transforms the data in a row for PNG readers * - * Last changed in libpng 1.6.31 [(PENDING RELEASE)] + * Last changed in libpng 1.6.31 [July 27, 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.) |
