mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00: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: 583990fc583a96dbf0655bff1630b2ebe199021d) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
33840314df
commit
0931ac5431
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user