freebsd-dev/usr.bin/tftp
Xin LI 32e49abef0 - uri is expected to be nul-terminated (strchr used later),
so use strlcpy instead of strncpy.
 - unroll the other two cases of strncpy+\0 to strlcpy.

MFC after:	2 weeks
2015-08-31 06:11:39 +00:00
..
main.c - uri is expected to be nul-terminated (strchr used later), 2015-08-31 06:11:39 +00:00
Makefile Convert to usr.bin/ to LIBADD 2014-11-25 14:29:10 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
tftp.1 General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
tftp.c
tftp.h