[NETLINK]: Fix processing of fib_lookup netlink messages
authorThomas Graf <tgraf@suug.ch>
Thu, 1 Dec 2005 22:30:00 +0000 (14:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Dec 2005 22:30:00 +0000 (14:30 -0800)
The receive path for fib_lookup netlink messages is lacking sanity
checks for header and payload and is thus vulnerable to malformed
netlink messages causing illegal memory references.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found