]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsndfile1: whitelist CVE-2018-13419
authorRoss Burton <ross.burton@intel.com>
Tue, 5 Nov 2019 21:44:45 +0000 (23:44 +0200)
committerArmin Kuster <akuster808@gmail.com>
Sun, 24 Nov 2019 16:55:09 +0000 (08:55 -0800)
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: Armin Kuster <akuster808@gmail.com>
meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb

index 77393db84705a129f96bac19b0419e1f738664a8..6044bf09c7f436841012daaa17cfeaa1db5ae1d1 100644 (file)
@@ -38,3 +38,6 @@ do_configure_prepend_arm() {
        export ac_cv_sys_file_offset_bits=64
 }
 
+# This can't be replicated and is just a memory leak.
+# https://github.com/erikd/libsndfile/issues/398
+CVE_CHECK_WHITELIST += "CVE-2018-13419"