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 00:30:30
Module Name:	src
Committed By:	kardel
Date:		Sat Mar 18 00:30:30 UTC 2006

Modified Files:
	src/dist/ntp/ntpd: refclock_parse.c

Log Message:
Coverity fixes:
CID
687	missing block
988	null pointer deref on shutdown (on open failure - introduced by
	change of contract in ntp_refclock.c)
989	null pointer for private data (could not happen - safeguard anyway)
1513	off by one
2410	misplaced null pointer test


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/dist/ntp/ntpd/refclock_parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.