]> git.ipfire.org Git - people/arne_f/kernel.git/commit
[PATCH] NETLINK: Fix processing of fib_lookup netlink messages
authorThomas Graf <tgraf@suug.ch>
Thu, 1 Dec 2005 22:05:12 +0000 (23:05 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Dec 2005 23:42:55 +0000 (15:42 -0800)
commit450a53336ea85de85f5ab5b9d39bafbc67ee1ed8
tree1cacc43b2978564ce254a907f409211d978389c0
parent6ca4c553e663b1eebe5630e70fd7cb39c4b910e3
[PATCH] NETLINK: Fix processing of fib_lookup netlink messages

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: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/fib_frontend.c