HardenedBSD/libexec/ftpd
Don Lewis 8877d1dbe6 Declare line[] in the outermost scope of retrieve() instead of
declaring it in an inner scope and then using it via a pointer
in the outer scope.

Reported by:    Coverity
CID:            605895
2016-05-13 01:52:41 +00:00
..
config.h
extern.h Rename getline with get_line to avoid collision with getline(3) 2016-05-10 11:12:31 +00:00
ftpchroot.5
ftpcmd.y Rename getline with get_line to avoid collision with getline(3) 2016-05-10 11:12:31 +00:00
ftpd.8
ftpd.c Declare line[] in the outermost scope of retrieve() instead of 2016-05-13 01:52:41 +00:00
logwtmp.c
Makefile
Makefile.depend
pathnames.h
popen.c