[libpng16] Eliminated the final two Coverity defects (insecure temporary file

handling in contrib/libtests/pngstest.c; possible overflow of
unsigned char in contrib/tools/png-fix-itxt.c). To use the "secure"
file handling, define PNG_USE_MKSTEMP, otherwise "tmpfile()" will
continue to be used.
This commit is contained in:
Glenn Randers-Pehrson
2015-06-10 07:05:18 -05:00
parent 4293254bef
commit f6e7551f06
4 changed files with 58 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
Libpng 1.6.18beta08 - June 6, 2015
Libpng 1.6.18beta08 - June 10, 2015
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -87,7 +87,12 @@ Version 1.6.18beta07 [June 6, 2015]
to compile them without the minimum required support enabled
(suggested by Flavio Medeiros).
Version 1.6.18beta08 [June 6, 2015]
Version 1.6.18beta08 [June 10, 2015]
Eliminated the final two Coverity defects (insecure temporary file
handling in contrib/libtests/pngstest.c; possible overflow of
unsigned char in contrib/tools/png-fix-itxt.c). To use the "secure"
file handling, define PNG_USE_MKSTEMP, otherwise "tmpfile()" will
be used.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit