]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsndfile1: whitelist CVE-2018-13419
authorRoss Burton <ross.burton@intel.com>
Mon, 4 Nov 2019 14:26:54 +0000 (14:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Nov 2019 10:36:20 +0000 (10:36 +0000)
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>
meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb

index ffb45855a4bb0c4a775dd392092fe2161603bc00..7855008f3d8c333e20ccae9764dcb88bc8e9fd4b 100644 (file)
@@ -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"