Date: Sun, 17 Nov 2002 05:38:31 -0800 (PST) From: Yar Tikhiy <yar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c Message-ID: <200211171338.gAHDcViq079530@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2002/11/17 05:38:31 PST
Modified files: (Branch: RELENG_4)
libexec/ftpd ftpd.c
Log:
MFC rev. 1.131:
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".
Revision Changes Path
1.62.2.40 +1 -1 src/libexec/ftpd/ftpd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211171338.gAHDcViq079530>
