]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitbd3319b5a322424556bbf57314639fbd0a5c1de4
treed2d0418160460265ba61defa81bfbd870dce813e
parent7488c0bc453832886a0f4c1d97207059f3a6482c
[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: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c