netdev-linux: Zero-out "sin" in netdev_linux_arp_lookup().
authorJustin Pettit <jpettit@nicira.com>
Wed, 23 Feb 2011 01:50:19 +0000 (17:50 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 23 Feb 2011 19:08:20 +0000 (11:08 -0800)
commitf2cc621bacf07a48e65e163e3420c7594fd65cfd
treeceed3ad18ff88b1accaa23b6ee0435c565b87d96
parent84ba64b96410c8b87611ec000b9e2d29dfeb06d9
netdev-linux: Zero-out "sin" in netdev_linux_arp_lookup().

Coverity complains that we're copying the unitialized "sin_zero" member
from "sin" into "r".  I don't think this is an actual problem, but
there's no harm in zeroing out the structure, either.

Coverity #10916
lib/netdev-linux.c