[IPV6] SNMP: Avoid unaligned accesses.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Sat, 21 Apr 2007 11:12:43 +0000 (20:12 +0900)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:35 +0000 (22:29 -0700)
Because stats pointer may not be aligned for u64, use memcpy
to fill u64 values.
Issue reported by David Miller <davem@davemloft.net>.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>

No differences found