aboutsummaryrefslogtreecommitdiff
path: root/pngrutil.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-09-19 15:52:36 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-09-19 15:52:36 -0500
commit066cb342681eff0a9330254d25a84aa4aa76b11c (patch)
treea2d449fb7122089f2b77ac70d6fe09238c603dd2 /pngrutil.c
parent721b96ef902112c6d41db119ccc3129156714628 (diff)
downloadlibpng-066cb342681eff0a9330254d25a84aa4aa76b11c.tar.gz
[libpng16] Fix some comments
Diffstat (limited to 'pngrutil.c')
-rw-r--r--pngrutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngrutil.c b/pngrutil.c
index 95e2b81c8..098b4e26d 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -671,7 +671,7 @@ png_decompress_chunk(png_structrp png_ptr,
png_bytep text = png_voidcast(png_bytep, png_malloc_base(png_ptr,
buffer_size));
/* attempt to stop an oss-fuzz "use of uninitialized value"
- * in png_set_text_2()
+ * in png_set_text_2() and png_icc_check_tag_table()
*/
memset(text, 0, buffer_size);