From: Pali Rohár Date: Mon, 29 Sep 2014 13:10:51 +0000 (+0200) Subject: dell-wmi: Fix access out of memory X-Git-Tag: fixes-against-v3.18-rc2~108^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a666b6ffbc9b6705a3ced704f52c3fe9ea8bf959;p=pandora-kernel.git dell-wmi: Fix access out of memory Without this patch, dell-wmi is trying to access elements of dynamically allocated array without checking the array size. This can lead to memory corruption or a kernel panic. This patch adds the missing checks for array size. Signed-off-by: Pali Rohár Signed-off-by: Darren Hart --- Reading git-diff-tree failed