removed an irrelevant cast to off_t in the offset wraparound check.
the expression in question is already of type isc_offset_t, which is just a typedef for off_t.
Please register or sign in to comment
the expression in question is already of type isc_offset_t, which is just a typedef for off_t.