Adrian> This can result in indexing in an array with 8 entries the
    Adrian> 10th entry.

Well, not really, since the first 8 entries of the array have every
3-bit pattern.  So pos3 & 0x07 will always match one of them.

I agree it would be cleaner to make the loop only go up to 7 though.

 - R.
-
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