freebsd/bin/stty
Stefan Eßer 50fcb4ee77 Replace sscanf() by strtoul()
This change has been motivated by a mail from bde sent in 2015 in
which he mentioned inappropriate use of sscanf() in 3 programs in
/bin.

This change removes the potential mismatch of the types of the return
values and the variable width specified in the scan pattern. While
there was no issue with the patterns and types used, the new code is
simpler and more efficient.
2020-12-27 22:32:22 +01:00
..
cchar.c Remove unneeded headers. 2020-12-12 02:24:33 +00:00
extern.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
gfmt.c Replace sscanf() by strtoul() 2020-12-27 22:32:22 +01:00
key.c Remove unneeded headers. 2020-12-12 02:24:33 +00:00
Makefile Explicitly add unmarked bin/ binaries to the runtime package. 2016-02-09 16:58:50 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
modes.c Remove unneeded headers. 2020-12-12 02:24:33 +00:00
print.c Some devices take undesired actions when RTS and DTR are 2019-06-12 18:07:04 +00:00
stty.1 Some devices take undesired actions when RTS and DTR are 2019-06-12 18:07:04 +00:00
stty.c Remove unneeded headers. 2020-12-12 02:24:33 +00:00
stty.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
util.c Remove unneeded headers. 2020-12-12 02:24:33 +00:00