diff options
author | Ross Burton <ross.burton@intel.com> | 2019-11-05 23:38:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-13 22:02:15 +0000 |
commit | d75c717c7f2739e828933f71aaa990f9e194c730 (patch) | |
tree | 7fe59d5260d17c8831c436295d724a4728f2058f /meta/recipes-multimedia | |
parent | d95f3a82771eaf09f59dd94f6b89f36648972256 (diff) | |
download | poky-d75c717c7f2739e828933f71aaa990f9e194c730.tar.gz |
libsndfile1: whitelist CVE-2018-13419
This is a memory leak that nobody else can replicate and has been rejected by
upstream.
(From OE-Core rev: 541ec2f0590ab1f2c0667bf36df7c4c1bb0b6a25)
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>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb index ffb45855a4..7855008f3d 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | |||
@@ -33,3 +33,7 @@ PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" | |||
33 | PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" | 33 | PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" |
34 | 34 | ||
35 | inherit autotools lib_package pkgconfig | 35 | inherit autotools lib_package pkgconfig |
36 | |||
37 | # This can't be replicated and is just a memory leak. | ||
38 | # https://github.com/erikd/libsndfile/issues/398 | ||
39 | CVE_CHECK_WHITELIST += "CVE-2018-13419" | ||