From: Tomas Winkler Date: Mon, 2 Sep 2013 00:11:01 +0000 (+0300) Subject: mei: make sure that me_clients_map big enough before copying X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~65^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f5a322063cba7c9f5dba5205e2960a24291373;p=pandora-kernel.git mei: make sure that me_clients_map big enough before copying To make static analyzers happy validated that sizeof me_clients_map is larger than sizeof valid_addresses from the enumeration response before memcpy We can use BUILD_ON macro as both arrays are defined statically Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed