"If "bytes_read * 8 * rng->quality / 1024" is greater than 0x7FFFFFFF, the upper bits of the result will all be 1." Except "bytes_read" is an int. So false positive. Jason
"If "bytes_read * 8 * rng->quality / 1024" is greater than 0x7FFFFFFF, the upper bits of the result will all be 1." Except "bytes_read" is an int. So false positive. Jason