diff options
author | Yue Tao <Yue.Tao@windriver.com> | 2014-08-29 14:46:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:14:05 +0200 |
commit | 75fda358c338c6459d953b9f1d4de8f49333a016 (patch) | |
tree | 9905be8ee35b801d00e731621920ccb54bdf2d57 /meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | |
parent | 3503fe8e74b15b8376b6c96dc309954d0bdf4a1c (diff) | |
download | poky-75fda358c338c6459d953b9f1d4de8f49333a016.tar.gz |
gst-ffmpeg: Security Advisory - ffmpeg - CVE-2013-0869
The field_end function in libavcodec/h264.c in FFmpeg before 1.1.2
allows remote attackers to have an unspecified impact via crafted H.264
data, related to an SPS and slice mismatch and an out-of-bounds array
access.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0869
(From OE-Core rev: 464123172c92d92fa08e2125c04653590ad654c7)
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb index 3ccb7be9a9..395054de5d 100644 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | |||
@@ -54,6 +54,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \ | |||
54 | file://0001-lavf-compute-probe-buffer-size-more-reliably.patch \ | 54 | file://0001-lavf-compute-probe-buffer-size-more-reliably.patch \ |
55 | file://0001-ffserver-set-oformat.patch \ | 55 | file://0001-ffserver-set-oformat.patch \ |
56 | file://0001-h264-set-parameters-from-SPS-whenever-it-changes.patch \ | 56 | file://0001-h264-set-parameters-from-SPS-whenever-it-changes.patch \ |
57 | file://0001-h264-skip-error-concealment-when-SPS-and-slices-are-.patch \ | ||
57 | ${@bb.utils.contains('PACKAGECONFIG', 'libav9', 'file://libav-9.patch', '', d)} \ | 58 | ${@bb.utils.contains('PACKAGECONFIG', 'libav9', 'file://libav-9.patch', '', d)} \ |
58 | " | 59 | " |
59 | 60 | ||