[chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.3-22-ge15c7cd |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "chrony/chrony.git" repository.
The branch, master has been updated
via e15c7cd236c50247c26640f71bce1c2b292fc567 (commit)
via 9bc774d6af5cc0c9afc19ae913a72c9ad08c931e (commit)
via 9b34556952adefed8163477e123fcbafa9844825 (commit)
via 9a6369d8f1a402331ada1e6fda43153ecb5e421f (commit)
via 49cdd6bf09932d518914340ceeda59ce68f9c217 (commit)
via 63fe34e89028e01bdeeaf77c72f9360f74791a4f (commit)
from 85465afb623926910de5a7714aa2555550ff3bff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e15c7cd236c50247c26640f71bce1c2b292fc567
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 20 16:37:57 2018 +0200
refclock_sock: downgrade error messages to debug messages
Turn error messages which are not expected to happen with a correctly
working SOCK client into debug messages.
commit 9bc774d6af5cc0c9afc19ae913a72c9ad08c931e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 20 16:28:10 2018 +0200
fix printf()/scanf() format signedness
Fix mismatches between the format and sign of variables passed to
printf() or scanf(), which were found in a Frama-C analysis and gcc
using the -Wformat-signedness option.
commit 9b34556952adefed8163477e123fcbafa9844825
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 20 14:36:28 2018 +0200
keys: initialize data used for measuring authentication delay
This issue was found in a Frama-C analysis.
commit 9a6369d8f1a402331ada1e6fda43153ecb5e421f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 20 13:02:55 2018 +0200
reference: specify recipient in message when sending email
Instead of adding the recipient to the sendmail command line (which is
interpretted by the shell) add a "To" line to the message and run
sendmail with the -t option to read the recipient from the message.
commit 49cdd6bf09932d518914340ceeda59ce68f9c217
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 20 12:27:59 2018 +0200
reference: terminate string returned by gethostname()
POSIX doesn't require the string to be terminated if it didn't fit in
the buffer.
This issue was found in a Frama-C analysis.
commit 63fe34e89028e01bdeeaf77c72f9360f74791a4f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 20 12:11:55 2018 +0200
check values returned by gmtime() and localtime()
While it is not expected to happen with any time that can be represented
by the system clock, the functions are allowed to return NULL. Check the
pointer before dereferencing.
This issue was found in a Frama-C analysis.
-----------------------------------------------------------------------
Summary of changes:
client.c | 12 ++++++------
keys.c | 4 +++-
logging.c | 10 ++++++----
ntp_core.c | 6 +++---
ntp_io.c | 2 +-
ntp_io_linux.c | 4 ++--
refclock_sock.c | 11 +++++------
reference.c | 18 +++++++++++++-----
rtc_linux.c | 14 ++++++++------
sources.c | 6 +++---
test/unit/clientlog.c | 4 ++--
test/unit/sources.c | 2 +-
util.c | 19 ++++++++++---------
13 files changed, 63 insertions(+), 49 deletions(-)
hooks/post-receive
--
chrony/chrony.git
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.