Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
seo young Joung
opencv
Commits
00171ca9
Commit
00171ca9
authored
6 years ago
by
Maksim Shabunin
Browse files
Options
Download
Email Patches
Plain Diff
Patched libpng to address CVE-2019-7317
parent
9c748bee
4.x
5.x
master
next
4.5.5
4.5.4
4.5.3
4.5.3-openvino
4.5.3-openvino-2021.4.2
4.5.3-openvino-2021.4.1
4.5.2
4.5.2-openvino
4.5.1
4.5.1-openvino
4.5.0
4.5.0-openvino
4.4.0
4.4.0-openvino
4.3.0
4.3.0-openvino
4.3.0-openvino-2020.3.0
4.2.0
4.2.0-openvino
4.1.2
4.1.2-openvino
4.1.1
4.1.1-openvino
4.1.0
4.1.0-openvino
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
3rdparty/libpng/png.c
+1
-2
3rdparty/libpng/png.c
with
1 addition
and
2 deletions
+1
-2
3rdparty/libpng/png.c
View file @
00171ca9
...
...
@@ -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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help