On Tue, 22 Mar 2005 23:02:43 +0100
Adrian Bunk <[EMAIL PROTECTED]> wrote:

> The Coverity checker discovered that i never gets any value different 
> from 0 assigned.
> 
> I do not claim that this patch is correct, but if it isn't correct the 
> bug is that i never gets assigned any value.

Indeed, 'i' needs to be incremented at the end of the loop
basic block.

Good catch.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to