freebsd-skq/libexec/ftpd
Yaroslav Tykhiy 1f75c13ee0 Don't free the current addrinfo list, or else a pointer to a freed
memory area would arise.  Only an addrinfo list from an earlier
call to getaddrinfo() should be freed there because it will be
substituted by the current list referenced by "res".

Reported by:	John Long <fbsd1@pruam.com>
MFC after:	5 days
2002-11-11 07:31:48 +00:00
..
config.h
extern.h
ftpcmd.y
ftpd.8
ftpd.c Don't free the current addrinfo list, or else a pointer to a freed 2002-11-11 07:31:48 +00:00
logwtmp.c
Makefile
pathnames.h
popen.c