d2ea3bed52
I focused so much on the 32-bits case where we have to cast SIZE_T_MAX up in size, that I forgot about the 64-bits case, where off_t and size_t are equal in size. Simply cast both numbers to uintmax_t, as we can assume st_size is never negative. Reported by: cperciva |
||
---|---|---|
.. | ||
look.1 | ||
look.c | ||
Makefile | ||
pathnames.h |