freebsd-dev/usr.bin/quota
Conrad Meyer 404d2fee56 quota(1): Fix calculation overflow and underflow
For very large quotas, do the multiplication as a 64 bit value to avoid
overflow.

For very small block sizes (smaller than DEV_BSIZE), multiple first
before dividing by block size to avoid underflow.

PR:		227496
Submitted by:	Per Andersson <pa AT chalmers.se>
Sponsored by:	Dell EMC Isilon
2018-04-16 19:33:04 +00:00
..
Makefile
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
quota.1 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
quota.c quota(1): Fix calculation overflow and underflow 2018-04-16 19:33:04 +00:00