https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224845
Piotr Pawel Stefaniak <ps...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug CC| |ps...@freebsd.org Status|New |Closed --- Comment #2 from Piotr Pawel Stefaniak <ps...@freebsd.org> --- This is purposely wider than size_t. get_num() is used by several functions, including f_count() and the uintmax_t type makes it possible to copy UINTMAX_MAX blocks. Some of the callers can compare the value against SSIZE_MAX and yield an error if it is too large; otherwise, the value is converted to size_t. -- You are receiving this mail because: You are the assignee for the bug.