From 18d75a09e954b72de6e85a8fb172835be547a48a Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 19 Jun 2014 11:49:40 -0300 Subject: [PATCH] [media] media: dib9000: avoid out of bound access This updated patch also fixes out of bound access to b[]. In dib9000_risc_apb_access_write() an out of bound access to mb[]. The current test to avoid out of bound access to mb[] is insufficient. For len = 19 non-existent mb[10] will be accessed. For odd values of len b[] is accessed out of bounds. For large values of len an of bound access to mb[] may occur in dib9000_mbx_send_attr. Signed-off-by: Heinrich Schuchardt Reviewed-by: Kees Cook Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed