commit | 23f5a322063cba7c9f5dba5205e2960a24291373 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Mon Sep 02 03:11:01 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 26 08:23:00 2013 -0700 |
tree | 3df53fb4fda1498c03714330f63c1352af326deb | |
parent | caaeb09afda3a2239e02d495cea7e629136e09ee [diff] |
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 <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>