Re: [PATCH 2/9] drivers/atm: Correct code taking the size of apointer

From: David Miller
Date: Sun Dec 13 2009 - 22:57:39 EST


From: Julia Lawall <julia@xxxxxxx>
Date: Sun, 13 Dec 2009 12:40:55 +0100 (CET)

> From: Julia Lawall <julia@xxxxxxx>
>
> sizeof(TstSchedTbl) is just the size of the pointer. Change it to the size
> of the referenced data.
>
> A simplified version of the semantic patch that finds this problem is as
> follows: (http://coccinelle.lip6.fr/)
...
> Signed-off-by: Julia Lawall <julia@xxxxxxx>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/