Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/libexec/tnftpd/libnetbsd
Module Name: othersrc
Committed By: lukem
Date: Sun Mar 1 03:07:15 UTC 2009
Modified Files:
othersrc/libexec/tnftpd/libnetbsd: fts_open.c
Log Message:
merge changes from src/lib/libc/gen/fts.c:
1.35:
Ensure fts_close() doesn't spuriously close fd 0,
by testing FTS_SYMFOLLOW in fts_flags instead of fts_options.
Fix provided by Ben Harris in PR 40319
1.37:
Fix sign-compare issue
1.38:
Avoid possible integer overflow and subsequent collateral damage.
Received from OpenBSD via US-CERT as VU #590371.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 othersrc/libexec/tnftpd/libnetbsd/fts_open.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index