https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168213
Mark Johnston <ma...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ma...@freebsd.org Resolution|--- |Not A Bug Status|Open |Closed --- Comment #2 from Mark Johnston <ma...@freebsd.org> --- They could be made unsigned, but the maximum values are in practice much smaller than the limits imposed by the type. In particular, ub_cnt and ub_entries are int16_t, but the largest bucket size is 256 (see bucket zones) and is unlikely to ever grow past 512 in the future. In this case, it's fairly ordinary to use signed types. -- You are receiving this mail because: You are the assignee for the bug.