mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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: 541ec2f0590ab1f2c0667bf36df7c4c1bb0b6a25) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d95f3a8277
commit
d75c717c7f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user