freebsd-dev/usr.bin/uniq
Daniel Tameling e052829e3e uniq(1): use strtonum to parse options
Previously strtol was used and the result was directly cast to an int
without checking for an overflow. Use strtonum instead since it is
safer and tells us what went wrong.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/643
2023-02-25 10:25:51 -07:00
..
tests
Makefile
Makefile.depend
uniq.1
uniq.c uniq(1): use strtonum to parse options 2023-02-25 10:25:51 -07:00