summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-05 23:38:10 +0200
committerArmin Kuster <akuster808@gmail.com>2019-11-10 13:54:34 -0800
commit541ec2f0590ab1f2c0667bf36df7c4c1bb0b6a25 (patch)
tree12dac13caac50f042e24b9640c7389e12a7d99b1
parent16b98e759a33d9f20e5b40aa1cff5b1c27dbee9d (diff)
downloadopenembedded-core-contrib-541ec2f0590ab1f2c0667bf36df7c4c1bb0b6a25.tar.gz
libsndfile1: whitelist CVE-2018-13419
This is a memory leak that nobody else can replicate and has been rejected by upstream. 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>
-rw-r--r--meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb4
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"
PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3"
inherit autotools lib_package pkgconfig
+
+# This can't be replicated and is just a memory leak.
+# https://github.com/erikd/libsndfile/issues/398
+CVE_CHECK_WHITELIST += "CVE-2018-13419"