diff options
Diffstat (limited to 'meta/recipes-multimedia/libsndfile/libsndfile1/0001-a-ulaw-fix-multiple-buffer-overflows-432.patch')
-rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1/0001-a-ulaw-fix-multiple-buffer-overflows-432.patch | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1/0001-a-ulaw-fix-multiple-buffer-overflows-432.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/0001-a-ulaw-fix-multiple-buffer-overflows-432.patch index c3f44ca235..a4679cef2a 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1/0001-a-ulaw-fix-multiple-buffer-overflows-432.patch +++ b/meta/recipes-multimedia/libsndfile/libsndfile1/0001-a-ulaw-fix-multiple-buffer-overflows-432.patch | |||
@@ -1,3 +1,15 @@ | |||
1 | This patch fixes #429 (CVE-2018-19661 CVE-2018-19662) and #344 (CVE-2017-17456 | ||
2 | CVE-2017-17457). As per | ||
3 | https://github.com/erikd/libsndfile/issues/344#issuecomment-448504425 it also | ||
4 | fixes #317 (CVE-2017-14245 CVE-2017-14246). | ||
5 | |||
6 | CVE: CVE-2017-14245 CVE-2017-14246 | ||
7 | CVE: CVE-2017-17456 CVE-2017-17457 | ||
8 | CVE: CVE-2018-19661 CVE-2018-19662 | ||
9 | |||
10 | Upstream-Status: Backport [8ddc442d539ca775d80cdbc7af17a718634a743f] | ||
11 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
12 | |||
1 | From 39453899fe1bb39b2e041fdf51a85aecd177e9c7 Mon Sep 17 00:00:00 2001 | 13 | From 39453899fe1bb39b2e041fdf51a85aecd177e9c7 Mon Sep 17 00:00:00 2001 |
2 | From: Changqing Li <changqing.li@windriver.com> | 14 | From: Changqing Li <changqing.li@windriver.com> |
3 | Date: Mon, 7 Jan 2019 15:55:03 +0800 | 15 | Date: Mon, 7 Jan 2019 15:55:03 +0800 |
@@ -17,12 +29,6 @@ In this case, arbitrarily set the buffer value to 0. | |||
17 | This commit fixes #429 (CVE-2018-19661 and CVE-2018-19662) and | 29 | This commit fixes #429 (CVE-2018-19661 and CVE-2018-19662) and |
18 | fixes #344 (CVE-2017-17456 and CVE-2017-17457). | 30 | fixes #344 (CVE-2017-17456 and CVE-2017-17457). |
19 | 31 | ||
20 | Upstream-Status: Backport[https://github.com/erikd/libsndfile/ | ||
21 | commit/585cc28a93be27d6938f276af0011401b9f7c0ca] | ||
22 | |||
23 | CVE: CVE-2017-17456 CVE-2017-17457 CVE-2018-19661 CVE-2018-19662 | ||
24 | |||
25 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||
26 | --- | 32 | --- |
27 | src/alaw.c | 9 +++++++-- | 33 | src/alaw.c | 9 +++++++-- |
28 | src/ulaw.c | 9 +++++++-- | 34 | src/ulaw.c | 9 +++++++-- |