Re: [PATCH 9/9] tulip_core.c : out-of-bounds check.

2015-03-13 Thread Sergei Shtylyov
Hello. On 03/13/2015 05:15 PM, Ameen Ali wrote: Array index 'j' is used before limits check. Suggest put limit check before index use. Signed-off-by : --- drivers/net/ethernet/dec/tulip/tulip_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethe

Re: [PATCH 9/9] tulip_core.c : out-of-bounds check.

2015-03-13 Thread David Miller
From: Ameen Ali Date: Fri, 13 Mar 2015 16:15:52 +0200 > Array index 'j' is used before limits check. > > Suggest put limit check before index use. > > Signed-off-by : Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord

[PATCH 9/9] tulip_core.c : out-of-bounds check.

2015-03-13 Thread Ameen Ali
Array index 'j' is used before limits check. Suggest put limit check before index use. Signed-off-by : --- drivers/net/ethernet/dec/tulip/tulip_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/dec/tulip/tulip_core.c b/drivers/net/ethernet/dec/tuli