* etharp.c (etharp_arp_input): Fix type aliasing problem copying ip address.

This commit is contained in:
jifl
2008-10-03 14:47:33 +00:00
parent 1d2804d6a2
commit 06df1647e1
2 changed files with 4 additions and 1 deletions

View File

@@ -51,6 +51,9 @@ HISTORY
++ Bugfixes:
2008-10-03 David Woodhouse, Jonathan Larmour
* etharp.c (etharp_arp_input): Fix type aliasing problem copying ip address.
2008-10-02 Jonathan Larmour
* dns.c: Hard-code structure sizes, to avoid issues on some compilers where
padding is included.