Re: [IPv4] fib: Fix out of bound access of fib_props[]

2007-04-16 Thread Thomas Graf
* Willy Tarreau [EMAIL PROTECTED] 2007-04-14 17:48 Finally, I think I have the correct fix below. Please someone confirm or tell me I'm nuts. Looks good, same is needed for DECnet - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED]

Re: [IPv4] fib: Fix out of bound access of fib_props[]

2007-04-16 Thread Willy Tarreau
On Mon, Apr 16, 2007 at 10:14:17AM +0200, Thomas Graf wrote: * Willy Tarreau [EMAIL PROTECTED] 2007-04-14 17:48 Finally, I think I have the correct fix below. Please someone confirm or tell me I'm nuts. Looks good, same is needed for DECnet Thank you Thomas. The DECnet stuff was already

Re: [IPv4] fib: Fix out of bound access of fib_props[]

2007-04-14 Thread Willy Tarreau
On Sat, Mar 24, 2007 at 08:33:39PM -0700, David Miller wrote: From: Thomas Graf [EMAIL PROTECTED] Date: Sat, 24 Mar 2007 16:34:36 +0100 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

Re: [IPv4] fib: Fix out of bound access of fib_props[]

2007-04-14 Thread Willy Tarreau
230c62b9e7000cfb407a079a21ad0f077f164b21 Mon Sep 17 00:00:00 2001 From: Willy Tarreau [EMAIL PROTECTED] Date: Sat, 14 Apr 2007 17:44:03 +0200 Subject: [IPv4] fib: Fix out of bound access of fib_props[] Backported from 2.6. Bug found and fixed by Thomas Graf : Fixes a typo which caused fib_props

[IPv4] fib: Fix out of bound access of fib_props[]

2007-03-24 Thread Thomas Graf
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 [EMAIL PROTECTED] Index: net-2.6/net/ipv4/fib_frontend.c

Re: [IPv4] fib: Fix out of bound access of fib_props[]

2007-03-24 Thread David Miller
From: Thomas Graf [EMAIL PROTECTED] Date: Sat, 24 Mar 2007 16:34:36 +0100 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

[IPv4] fib: Fix out of bound access of fib_props[]

2006-11-29 Thread Thomas Graf
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 [EMAIL PROTECTED] Index: net-2.6/net/ipv4/fib_semantics.c