mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Fix some comments
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user