[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20091213.195756.102569162.davem@davemloft.net>
Date:	Sun, 13 Dec 2009 19:57:56 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	julia@...u.dk
Cc:	florian@...nwrt.org, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] drivers/net/cpmac.c: Correct code taking the size of a
 pointer
From: Julia Lawall <julia@...u.dk>
Date: Sun, 13 Dec 2009 16:35:45 +0100 (CET)
> From: Julia Lawall <julia@...u.dk>
> 
> sizeof(dev->dev_addr) is the size of a pointer.  On the other hand,
> sizeof(pdata->dev_addr) is the size of an array, so use that instead.
> 
> A simplified version of the semantic patch that finds this problem is as
> follows: (http://coccinelle.lip6.fr/)
 ...
> Signed-off-by: Julia Lawall <julia@...u.dk>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists
 
