[master] Avoid a possible NULL dereference in debug build,

in png_set_text_2() (bug introduced in libpng-0.95, discovered by Evan Rouault)
This commit is contained in:
Glenn Randers-Pehrson
2009-07-27 22:27:30 -05:00
parent 8de509a837
commit a4d439b975
4 changed files with 11 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.39beta02 - July 25, 2009
Libpng 1.2.39beta02 - July 28, 2009
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.
@@ -46,7 +46,9 @@ Changes since the last public release (1.2.38):
version 1.2.39beta01 [July 25, 2009]
Added a prototype for png_64bit_product() in png.c
version 1.2.39beta02 [July 25, 2009]
version 1.2.39beta02 [July 28, 2009]
Avoid a possible NULL dereference in debug build, in png_set_text_2().
(bug introduced in libpng-0.95, discovered by Evan Rouault)
Send comments/corrections/commendations to png-mng-implement at lists.sf.net