Re: Unaligned accesses in net/ipv4/netfilter/arp_tables.c:184

From: David S. Miller
Date: Fri Jun 11 2004 - 00:47:09 EST


On Thu, 10 Jun 2004 23:41:11 -0600
Andreas Dilger <adilger@xxxxxxxxxxxxx> wrote:

> - for (i = 0, ret = 0; i < IFNAMSIZ/sizeof(unsigned long); i++) {
> + for (i = 0, ret = 0; i < IFNAMSIZ; i++) {
>
> Shouldn't your change include the above?

Yes, I'm retarted, thanks for catching that.
-
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/