Subject: CVS commit: src/libexec/ftpd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/03/2005 00:02:25
Module Name: src
Committed By: lukem
Date: Mon Oct 3 00:02:25 UTC 2005
Modified Files:
src/libexec/ftpd: ftpd.c version.h
Log Message:
logxfer(): don't use the same buffer to store the results of two separate
concurrent realpath(3)s, otherwise we'll log the wrong information
for a rename.
Noted by Dmitry Sivachenko in private mail.
To generate a diff of this commit:
cvs rdiff -r1.168 -r1.169 src/libexec/ftpd/ftpd.c
cvs rdiff -r1.62 -r1.63 src/libexec/ftpd/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.