From: Thomas Graf Date: Fri, 29 Mar 2013 13:46:48 +0000 (+0100) Subject: openvswitch: Use nla_memcpy() to memcpy() data from attributes X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~103^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32686a9d2988516788cfcc402e1355c1eba1186a;p=pandora-kernel.git openvswitch: Use nla_memcpy() to memcpy() data from attributes Less error prone as it takes into account the length of both the destination buffer and the source attribute and documents when data is copied from an attribute. Signed-off-by: Thomas Graf Signed-off-by: Jesse Gross --- Reading git-diff-tree failed