Oleksandr Tymoshenko cf77b84879 In case of interface initialization failure remove struct in_ifaddr* from
in_ifaddrhashtbl in in_ifinit because error handler in in_control removes
entries only for AF_INET addresses. If in_ifinit is called for the cloned
inteface that has just been created its address family is not AF_INET and
therefor LIST_REMOVE is not called for respective LIST_INSERT_HEAD and
freed entries remain in in_ifaddrhashtbl and lead to memory corruption.

PR:	kern/124384
2008-06-24 13:58:28 +00:00
..
2008-03-03 10:12:46 +00:00
2008-06-15 12:31:23 +00:00
2008-06-15 12:31:23 +00:00
2008-06-15 12:31:23 +00:00
2008-06-15 12:31:23 +00:00
2007-03-24 22:15:02 +00:00
2008-06-11 22:12:50 +00:00
2008-06-11 22:12:50 +00:00
2007-09-24 05:26:24 +00:00
2007-07-10 09:30:46 +00:00