From: Dan Carpenter Date: Mon, 3 Feb 2014 22:38:03 +0000 (+0300) Subject: staging: r8188eu: array overflow in rtw_mp_ioctl_hdl() X-Git-Tag: v3.14-rc3~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893134b084e137b92476ec11ce90790b5f568bb9;p=pandora-kernel.git staging: r8188eu: array overflow in rtw_mp_ioctl_hdl() MAX_MP_IOCTL_SUBCODE (35) and mp_ioctl_hdl (32 elements) are no longer in sync. It leads to a bogus pointer dereference. Signed-off-by: Dan Carpenter Acked-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed