[libpng16] Revised "/*SAFE*/" comment in pngrutil.c
This commit is contained in:
parent
bc8e40d611
commit
db56fa18c2
@ -3694,7 +3694,7 @@ png_do_read_interlace(png_row_infop row_info, png_bytep row, int pass,
|
|||||||
|
|
||||||
for (i = 0; i < row_info->width; i++)
|
for (i = 0; i < row_info->width; i++)
|
||||||
{
|
{
|
||||||
png_byte v[8]; /* SAFE; pixel_bytes does not exceed 64 */
|
png_byte v[8]; /* SAFE; pixel_depth does not exceed 64 */
|
||||||
int j;
|
int j;
|
||||||
|
|
||||||
memcpy(v, sp, pixel_bytes);
|
memcpy(v, sp, pixel_bytes);
|
||||||
|
Loading…
Reference in New Issue
Block a user