mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 03:04:04 +00: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: 341e43ebd935daeb592cb073bf00f80c49a8ec2d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1522ffd7fe
commit
a18b7d6add
@@ -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