Date: Wed, 3 Nov 2004 06:52:40 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c Message-ID: <200411030652.iA36qeOO084573@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2004-11-03 06:52:40 UTC
FreeBSD src repository
Modified files:
libexec/ftpd ftpd.c
Log:
Fix logxfer() by using realpath(3) instead of playing with getwd(3).
Previously logxfer() used to record bogus pathnames to the log
in some cases, namely, when cwd was / or "name" was absolute.
Noticed by: Nick Leuta
MFC after: 2 weeks
Revision Changes Path
1.175 +8 -4 src/libexec/ftpd/ftpd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411030652.iA36qeOO084573>
