Use memcpy to avoid strict C aliasing. In this case,
authoraland <aland>
Thu, 29 May 2008 15:00:54 +0000 (15:00 +0000)
committeraland <aland>
Thu, 29 May 2008 15:00:54 +0000 (15:00 +0000)
commit962d934ef6c213f8aae8d7300d2a67aee4bcdabc
tree9dcc30a42bbdfd928cbc79543754871652823be1
parent4a4d508280a001fd5bc5df22360659004a79db93
Use memcpy to avoid strict C aliasing.  In this case,
the Posix spec that (struct sockaddr_storage *) can be cast
to (struct sockaddr_in *) violates the ISO C requirements
on aliasing.
src/lib/packet.c
src/lib/radius.c
src/main/listen.c