diff options
author | Ross Burton <ross.burton@intel.com> | 2019-11-04 14:26:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-05 10:37:11 +0000 |
commit | a18b7d6add9232a5d620aa01265c4321043395a8 (patch) | |
tree | efc661690b0fcbb3fc0ec1dddd2ed7fd981acc78 | |
parent | 1522ffd7fe4b356d367445b067b0d3a0db2fd48d (diff) | |
download | poky-a18b7d6add9232a5d620aa01265c4321043395a8.tar.gz |
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>
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.37.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb index 66af2f3d60..2ed87a8437 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" | |||
29 | FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp" | 29 | FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp" |
30 | 30 | ||
31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
32 | |||
33 | # CVE-2019-17371 is actually a memory leak in gif2png 2.x | ||
34 | CVE_CHECK_WHITELIST += "CVE-2019-17371" | ||