NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/40319 CVS commit: othersrc/libexec/tnftpd/libnetbsd



The following reply was made to PR lib/40319; it has been noted by GNATS.

From: Luke Mewburn <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40319 CVS commit: othersrc/libexec/tnftpd/libnetbsd
Date: Sun, 1 Mar 2009 03:07:15 +0000

 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