From: Ross Burton Date: Tue, 5 Nov 2019 21:44:45 +0000 (+0200) Subject: libsndfile1: whitelist CVE-2018-13419 X-Git-Tag: 2019-04.3-warrior~63 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=583990fc583a96dbf0655bff1630b2ebe199021d;p=openembedded-core.git 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 Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb index 77393db847..6044bf09c7 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb @@ -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"