net: net_assign_generic() fix
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 28 Jul 2009 02:36:15 +0000 (02:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Aug 2009 19:20:36 +0000 (12:20 -0700)
memcpy() should take into account size of pointers,
not only number of pointers to copy.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found