Fix out of bounds read. 02/100402/2 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20161129.173556 accepted/tizen/ivi/20161130.015423 accepted/tizen/mobile/20161130.015203 accepted/tizen/tv/20161130.015249 accepted/tizen/unified/20170309.035748 accepted/tizen/wearable/20161130.015338 submit/tizen/20161129.052917 submit/tizen_unified/20170308.100413
authorJiyong Min <jiyong.min@samsung.com>
Mon, 28 Nov 2016 05:19:02 +0000 (14:19 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Mon, 28 Nov 2016 05:39:48 +0000 (21:39 -0800)
commit5c2ad0bd61c6f224a1e5c8ad026f7df961107708
treec2c6ae95001327acc48a2ea8c4fcb196330cc852
parent2b41023332045dccca6a89baba18c5a0094220df
Fix out of bounds read.
(Apply security patch for CVE-2016-7424)

 - Referenced

 The put_no_rnd_pixels8_xy2_mmx function in x86/rnd_template.c in libav 11.7 and earlier allows remote
 attackers to cause a denial of service (NULL pointer dereference and crash) via a crafted MP3 file
 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-7424

 - Solution

 https://git.libav.org/?p=libav.git;a=commit;h=136f55207521f0b03194ef5b55ba70f1635d6aee
 Fix out of bounds read.

Change-Id: I20a5beb71b95b0286f89a66441d07fce7d21de9a
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
libavcodec/mpegvideo_motion.c