* dns.c: Hard-code structure sizes, to avoid issues on some compilers where

padding is included.
This commit is contained in:
jifl
2008-10-02 13:53:16 +00:00
parent 0d7dccba5e
commit ba98bcdc60
2 changed files with 19 additions and 12 deletions

View File

@@ -47,6 +47,10 @@ HISTORY
++ Bugfixes:
2008-10-02 Jonathan Larmour
* dns.c: Hard-code structure sizes, to avoid issues on some compilers where
padding is included.
2008-09-30 Jonathan Larmour
* sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an
assertion check that addrlen isn't NULL.