commit | 5c7539781d392629fb40b04aad9a1f197b66cd01 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Fri Aug 04 23:03:53 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 14:53:45 2006 -0700 |
tree | 4c625e6191c7dd9fdb7d2479993c4b94ea322290 | |
parent | bf8b79e444a748963c71d2a58709e1ce5597e1b5 [diff] |
[IPV4]: Convert address addition to new netlink api Adds rtm_to_ifaddr() transforming a netlink message to a struct in_ifaddr. Fixes various unvalidated netlink attributes causing memory corruptions when left empty by userspace applications. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>