CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/02 15:09:51
Modified files:
usr.bin/sort : sort.c
Log message:
Prevent integer overflow when parsing -S argument as percentage.
Also make sure that the parsed memory amount, stored in a long long,
won't be larger than SIZE_MAX to properly support 32 bit systems.
with input by and ok millert@
