1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/cmp
cheloha 0e0db0d671 Stricter checking for skip1 and skip2.
As we do elsewhere in the tree, make sure we (a) got a number at all,
(b) that it doesn't have non-digits dangling off the end, (c) that it's
positive, and (d) that it didn't overflow.

ok tb@
2018-03-05 16:57:37 +00:00
..
cmp.1
cmp.c Stricter checking for skip1 and skip2. 2018-03-05 16:57:37 +00:00
extern.h Add fatal() and fatalx() and put them to use. 2018-03-05 16:53:39 +00:00
Makefile
misc.c Add fatal() and fatalx() and put them to use. 2018-03-05 16:53:39 +00:00
regular.c
special.c Add fatal() and fatalx() and put them to use. 2018-03-05 16:53:39 +00:00