Miroslav Lichvar pushed to branch master at chrony / chrony
Commits: 3940d2aa by Miroslav Lichvar at 2024-07-30T12:09:53+02:00 leapdb: add explicit cast to int64_t Add an explicit cast to int64_t to not rely on LEAP_SEC_LIST_OFFSET not fitting in 32-bit time_t. - - - - - 66512ebc by Miroslav Lichvar at 2024-07-30T12:11:09+02:00 ntp: make sure new configuration IDs are unused The configuration IDs assigned to individual sources (used when they don't have a resolved IP address) and pools of sources are 32-bit. The ID could overflow if some sources were very frequently removed and added again. Two unrelated sources could end up with the same ID, causing some operations to unexpectedly impact only one or both sources. Make sure the ID is currently unused before assigning it to a new source. - - - - - 42b3c40c by Miroslav Lichvar at 2024-07-30T12:11:09+02:00 doc: fix typo in kod option description - - - - - f518b8d0 by Miroslav Lichvar at 2024-07-30T12:11:09+02:00 doc: update README - - - - - 43189651 by Miroslav Lichvar at 2024-07-30T14:05:42+02:00 doc: update NEWS - - - - - 5 changed files: - NEWS - README - doc/chrony.conf.adoc - leapdb.c - ntp_sources.c View it on GitLab: https://gitlab.com/chrony/chrony/-/compare/34be117c9cc4ea471b13dd009fd2b18db48c8226...43189651b05f3dda954569c981983a849c4170d8 -- View it on GitLab: https://gitlab.com/chrony/chrony/-/compare/34be117c9cc4ea471b13dd009fd2b18db48c8226...43189651b05f3dda954569c981983a849c4170d8 You're receiving this email because of your account on gitlab.com.