freebsd-dev/usr.bin/tftp
Alan Somers ca2d3691c3 Fix several Coverity warnings in tftp
Some of the changes are in the libexec/tftpd directory, but to functions that
are only used by tftp(1) (they share some code).

* strcpy => strlcpy (1006793, 1006794, 1006796, 1006741)
* Unchecked return value and TOCTTOU (1009314)
* NULL pointer dereference (1018035, 1018036)

Reported by:	Coverity
CID:		1006793, 1006794, 1006796, 1006741, 1009314, 1018035
CID:		1018036
MFC after:	2 weeks
2018-07-22 17:10:12 +00:00
..
main.c Fix several Coverity warnings in tftp 2018-07-22 17:10:12 +00:00
Makefile Adopt SRCTOP in usr.bin 2017-03-12 18:58:44 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
tftp.1 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
tftp.c Fix several Coverity warnings in tftp 2018-07-22 17:10:12 +00:00
tftp.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00