summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14160.patch
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14160.patch')
-rw-r--r--poky/meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14160.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/poky/meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14160.patch b/poky/meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14160.patch
index 7564d9287..b7603c3b1 100644
--- a/poky/meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14160.patch
+++ b/poky/meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14160.patch
@@ -3,14 +3,15 @@ From: Thomas Daede <daede003@umn.edu>
Date: Wed, 9 May 2018 14:56:59 -0700
Subject: [PATCH] CVE-2017-14160: fix bounds check on very low sample rates.
-CVE: CVE-2017-14160
-CVE: CVE-2018-10393
-Upstream-Status: Backport from https://gitlab.xiph.org/xiph/vorbis/commit/018ca26dece618457dd13585cad52941193c4a25
+---
+CVE: CVE-2017-14160 CVE-2018-10393
+
+Upstream-Status: Backport [gitlab.com/Xiph.Org/Vorbis/Commits/018ca26d...]
-Signed-off-by: Thomas Daede <daede003@umn.edu>
-Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>
+Signed-off-by: Joe Slater <joe.slater@windriver.com>
+---
---
- lib/psy.c | 3 ++-
+ lib/psy.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/psy.c b/lib/psy.c
@@ -29,5 +30,5 @@ index 422c6f1..1310123 100644
tN = N[hi] + N[-lo];
tX = X[hi] - X[-lo];
--
-2.7.4
+1.7.9.5
OpenPOWER on IntegriCloud