March 8, 2019
6:07 a.m.
On Mar 8, 2019, at 3:38 AM, Christopher Wong <christopher.wong@axis.com> wrote:
+ case 'k': + if (truncstart == ZIC_MIN) { + truncstart = atoi(optarg); + if (truncstart > ZIC_MAX) + truncstart = ZIC_MAX; + } + else { + fprintf(stderr, +_("%s: More than one -k option specified\n"), + progname); + return EXIT_FAILURE; + } + break;
I don’t see a lower bounds test for the -k argument; is that intentional? Scott Nelson Systems Analyst/Programmer | Thermeon Ltd | Company No 11538126