From: Ross Burton Date: Mon, 4 Nov 2019 14:26:52 +0000 (+0000) Subject: libpng: whitelist CVE-2019-17371 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12848 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=341e43ebd935daeb592cb073bf00f80c49a8ec2d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libpng: whitelist CVE-2019-17371 This is actually a memory leak in gif2png 2.x, so whitelist it in the libpng recipe. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb index 66af2f3d60e..2ed87a84374 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb @@ -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"