Subject: CVS commit: src/dist/ntp/ntpd
To: None <source-changes@NetBSD.org>
From: Frank Kardel <kardel@netbsd.org>
List: source-changes
Date: 03/18/2006 13:13:25
Module Name: src
Committed By: kardel
Date: Sat Mar 18 13:13:25 UTC 2006
Modified Files:
src/dist/ntp/ntpd: ntp_io.c
Log Message:
avoid close(-1): don't attempt to cleanup INVALID_SOCKET ( ==-1 ) fd's - would lead to close(-1) and FD_CLR((u_int)-1(!), ...) (Coverity CID 1281 NetBSD Scan 5)
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/dist/ntp/ntpd/ntp_io.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.