filebuf.c
10.3 KB
-
Use `size_t` to hold size of arrays · ec3b4d35
Use `size_t` to hold the size of arrays to ease overflow checking, lest we check for overflow of a `size_t` then promptly truncate by packing the length into a smaller type.
Edward Thomson committed