aboutsummaryrefslogtreecommitdiff
path: root/pngset.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-09-15 08:20:23 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-09-15 08:20:23 -0500
commitd1a0937caee54a4d847088cae913b24f57e6877a (patch)
tree64e1423dab0eb9eebfe5fb71b03ec61c655e1bc5 /pngset.c
parent1c98b8588624c6be62186e5c7ad138f922832413 (diff)
downloadlibpng-d1a0937caee54a4d847088cae913b24f57e6877a.tar.gz
[libpng16] Still another attempt to fix oss-fuzz uninitialized value
Diffstat (limited to 'pngset.c')
-rw-r--r--pngset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngset.c b/pngset.c
index 165b7b496..bf63758f8 100644
--- a/pngset.c
+++ b/pngset.c
@@ -881,7 +881,7 @@ png_set_text_2(png_const_structrp png_ptr, png_inforp info_ptr,
}
# endif
- /* oss-fuzz detects a potential UMR here */
+ /* oss-fuzz detects potential use of uninitialized value here */
if (text_ptr[i].text == NULL || text_ptr[i].text[0] == '\0')
{
text_length = 0;