net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard
authorCyrill Gorcunov <gorcunov@openvz.org>
Sun, 8 Nov 2009 05:51:19 +0000 (05:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Nov 2009 04:54:41 +0000 (20:54 -0800)
Use guard DECLARE_SOCKADDR in a few more places which allow
us to catch if the structure copied back is too big.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found