BUG#6239 V2: Since uint can be shorter than ulong on 64 bit platforms,
the comparision of "packet_len" (uint) and "len" (uint) with "packet_error" (ulong) was always false.
Showing
Please register or sign in to comment
the comparision of "packet_len" (uint) and "len" (uint) with "packet_error" (ulong) was always false.