mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Patched libpng to address CVE-2019-7317
This commit is contained in:
parent
9c748beef5
commit
00171ca935
3
3rdparty/libpng/png.c
vendored
3
3rdparty/libpng/png.c
vendored
@ -4588,8 +4588,7 @@ png_image_free(png_imagep image)
|
||||
if (image != NULL && image->opaque != NULL &&
|
||||
image->opaque->error_buf == NULL)
|
||||
{
|
||||
/* Ignore errors here: */
|
||||
(void)png_safe_execute(image, png_image_free_function, image);
|
||||
png_image_free_function(image);
|
||||
image->opaque = NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user