> I have a patch below to use strtonum instead of sscanf when converting > reps (like the way a precision value is converted and checked). Since > reps is a long, bound it by 0 and LONG_MAX.
Makes sense. ok tb if anyone wants to commit. > + errx(1, "Bad reps value, %s: %s", errstr, A single blank space after the colon would be enough.
