mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
libpng: whitelist CVE-2019-17371
This is actually a memory leak in gif2png 2.x, so whitelist it in the libpng recipe. (From OE-Core rev: a10b6e0e8d4e6b5778b5ca4db60e96ea025ea475) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f2c963a930
commit
25fb823284
@@ -29,3 +29,6 @@ PACKAGES =+ "${PN}-tools"
|
||||
FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# CVE-2019-17371 is actually a memory leak in gif2png 2.x
|
||||
CVE_CHECK_WHITELIST += "CVE-2019-17371"
|
||||
|
||||
Reference in New Issue
Block a user