Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/dist/ntp/ntpd
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.
Home |
Main Index |
Thread Index |
Old Index