diff options
author | Yue Tao <Yue.Tao@windriver.com> | 2014-04-27 15:37:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-21 19:50:20 +0100 |
commit | 0255fd5917b6bad2c6f6f8a7974bbfd1e39ac419 (patch) | |
tree | 23446f7f7227cc0ae35bddb78a1955dcd16f91ea /meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | |
parent | 35773420b413d49ac09cfad7b5fffad0c74bfd89 (diff) | |
download | poky-0255fd5917b6bad2c6f6f8a7974bbfd1e39ac419.tar.gz |
gst-ffmpeg: fix for Security Advisory CVE-2013-0852
The parse_picture_segment function in libavcodec/pgssubdec.c in FFmpeg
before 1.1 allows remote attackers to have an unspecified impact via
crafted RLE data, which triggers an out-of-bounds array access.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0852
(From OE-Core rev: 37f9371b44bd914fdd64e4c4e4448a2908512203)
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 430bcc7f1d..eded98bb32 100644 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | |||
@@ -29,6 +29,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \ | |||
29 | file://0001-huffyuvdec-Skip-len-0-cases.patch \ | 29 | file://0001-huffyuvdec-Skip-len-0-cases.patch \ |
30 | file://0001-huffyuvdec-Check-init_vlc-return-codes.patch \ | 30 | file://0001-huffyuvdec-Check-init_vlc-return-codes.patch \ |
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 | " | 33 | " |
33 | 34 | ||
34 | SRC_URI[md5sum] = "7f5beacaf1312db2db30a026b36888c4" | 35 | SRC_URI[md5sum] = "7f5beacaf1312db2db30a026b36888c4" |