See Coverity CID
1324572 for tcpdump - the unsigned octets from the IPv6
address were getting extended to ints as a result of getting shifted
left by an int, so make the loop counter unsigned.
long len;
} best, cur;
u_long words [IN6ADDRSZ / INT16SZ];
long len;
} best, cur;
u_long words [IN6ADDRSZ / INT16SZ];
/* Preprocess:
* Copy the input (bytewise) array into a wordwise array.
/* Preprocess:
* Copy the input (bytewise) array into a wordwise array.