diff options
| author | Yue Tao <Yue.Tao@windriver.com> | 2014-04-27 19:51:12 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-21 19:50:20 +0100 |
| commit | 34e1e94df17de5a5263a50a80f8f4abd65f9e1d2 (patch) | |
| tree | 4495da46d81c8a775c15cfe5da23a3f61c23bb07 /meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | |
| parent | dda4671867990e15e63a0b792b92eb6d320e9289 (diff) | |
| download | poky-34e1e94df17de5a5263a50a80f8f4abd65f9e1d2.tar.gz | |
gst-ffmpeg: fix for Security Advisory CVE-2013-0851
The decode_frame function in libavcodec/eamad.c in FFmpeg before 1.1
allows remote attackers to have an unspecified impact via crafted
Electronic Arts Madcow video data, which triggers an out-of-bounds array
access.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0851
(From OE-Core rev: 8c9868d074f5d09022efc9419ee09eb805f68394)
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.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 a603ff5d48..0d0ba9a3ae 100644 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | |||
| @@ -31,6 +31,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \ | |||
| 31 | file://0001-alsdec-check-block-length.patch \ | 31 | file://0001-alsdec-check-block-length.patch \ |
| 32 | file://0001-pgssubdec-check-RLE-size-before-copying.-Fix-out-of-.patch \ | 32 | file://0001-pgssubdec-check-RLE-size-before-copying.-Fix-out-of-.patch \ |
| 33 | file://0001-atrac3dec-Check-coding-mode-against-channels.patch \ | 33 | file://0001-atrac3dec-Check-coding-mode-against-channels.patch \ |
| 34 | file://0001-eamad-fix-out-of-array-accesses.patch \ | ||
| 34 | " | 35 | " |
| 35 | 36 | ||
| 36 | SRC_URI[md5sum] = "7f5beacaf1312db2db30a026b36888c4" | 37 | SRC_URI[md5sum] = "7f5beacaf1312db2db30a026b36888c4" |
