fixed bug #34121 netif_add/netif_set_ipaddr fail on NULL ipaddr

This commit is contained in:
Simon Goldschmidt
2011-08-24 19:52:06 +02:00
parent ed0626afeb
commit bf4ec9be22
2 changed files with 4 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ HISTORY
++ Bugfixes:
2011-08-24: Simon Goldschmidt
* netif.c: fixed bug #34121 netif_add/netif_set_ipaddr fail on NULL ipaddr
2011-08-22: Simon Goldschmidt
* tcp_out.c: fixed bug #33962 TF_FIN not always set after FIN is sent. (This
merely prevents nagle from not transmitting fast after closing.)