commit | a979101106f549f4ed80d6dcbc35077be34d4346 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Sat Mar 24 20:33:27 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Mar 25 18:48:04 2007 -0700 |
tree | 1a8e9cf8cc6ccb6501233099c89701f2ccb0b36f | |
parent | a0ee18b9b7d3847976c6fb315c06a34fb296de0e [diff] |
[DECNet] fib: Fix out of bound access of dn_fib_props[] Fixes a typo which caused fib_props[] to have the wrong size and makes sure the value used to index the array which is provided by userspace via netlink is checked to avoid out of bound access. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>