diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-11-05 23:44:45 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-16 22:38:52 +0000 |
| commit | 0931ac543124faf2fd536ba558c771ec1a065351 (patch) | |
| tree | a60b0f110c34eff037b54bec09d1a66e7f06858a /meta | |
| parent | 33840314dfac354038f6b217684dc99e49bb96bd (diff) | |
| download | poky-0931ac543124faf2fd536ba558c771ec1a065351.tar.gz | |
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>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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() { | |||
| 38 | export ac_cv_sys_file_offset_bits=64 | 38 | export ac_cv_sys_file_offset_bits=64 |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | # This can't be replicated and is just a memory leak. | ||
| 42 | # https://github.com/erikd/libsndfile/issues/398 | ||
| 43 | CVE_CHECK_WHITELIST += "CVE-2018-13419" | ||
