Use SSIZE_MAX for overflow check in parseoffset()

There's no such thing as OFF_MAX so we can't use that.  off_t is
signed, so use SSIZE_MAX which will typically match the range of
off_t.
1 file changed