freebsd-skq/usr.bin/tftp
delphij 9a0c37807b MFC r287320:
- uri is expected to be nul-terminated (strchr used later),
   so use strlcpy instead of strncpy.
 - replace the other two cases of strncpy+\0 with strlcpy.
2015-09-14 18:57:50 +00:00
..
main.c MFC r287320: 2015-09-14 18:57:50 +00:00
Makefile
tftp.1 General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
tftp.c
tftp.h