summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-04 14:26:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-05 10:37:11 +0000
commit63606556d812bda13d312327b6713c6a4204b38f (patch)
tree37efd00942a1dfd587d7bcec4d34d5b52753702e /meta/recipes-multimedia
parent50423a7896ae223ec97e60a3c958c45c20a12a36 (diff)
downloadpoky-63606556d812bda13d312327b6713c6a4204b38f.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: 2c2f70f0f364474e2d9c7d7e5480e80c77e5dea4) Signed-off-by: Ross Burton <ross.burton@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.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"
33PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" 33PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3"
34 34
35inherit autotools lib_package pkgconfig 35inherit 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
39CVE_CHECK_WHITELIST += "CVE-2018-13419"