Subject: PR/35479 CVS commit: src/usr.sbin/timed/timedc
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, djv@bedford.net>
From: Christian Biere <cbiere@netbsd.org>
List: netbsd-bugs
Date: 01/27/2007 00:20:02
The following reply was made to PR bin/35479; it has been noted by GNATS.
From: Christian Biere <cbiere@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/35479 CVS commit: src/usr.sbin/timed/timedc
Date: Sat, 27 Jan 2007 00:15:50 +0000 (UTC)
Module Name: src
Committed By: cbiere
Date: Sat Jan 27 00:15:50 UTC 2007
Modified Files:
src/usr.sbin/timed/timedc: cmds.c
Log Message:
* Fixed a 64-bit issue in daydiff().
* Check the packet size and sender address in daydiff().
* priv_resources(): Use bind() instead of bindresvport() because an
reserved port is not required. This also resolves the interoperability
issue reported in PR bin/35479.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/usr.sbin/timed/timedc/cmds.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.