* Fix some regressions of 4.2.8p16
- Update to 4.2.8p16:
* [Sec 3808] Assertion failure in ntpq on malformed RT-11 date
* [Sec 3807], bsc#1210390, CVE-2023-26555:
praecis_parse() in the Palisade refclock driver has a
hypothetical input buffer overflow.
* [Sec 3767] An OOB KoD RATE value triggers an assertion when
debug is enabled.
* Obsoletes: ntp-CVE-2023-26551.patch, ntp-sntp-dst.patch,
ntp-ENOBUFS.patch
* Multiple bug fixes and improvements. For details, see:
/usr/share/doc/packages/ntp/ChangeLog
http://www.ntp.org/support/securitynotice/4_2_8-series-changelog/
- Follow upstream's suggestion to build with debugging disabled:
https://www.ntp.org/support/securitynotice/ntpbug3767/
OBS-URL: https://build.opensuse.org/package/show/network:time/ntp?expand=0&rev=219
14 lines
658 B
Diff
14 lines
658 B
Diff
Index: libntp/lib/isc/unix/interfaceiter.c
|
|
===================================================================
|
|
--- libntp/lib/isc/unix/interfaceiter.c.orig
|
|
+++ libntp/lib/isc/unix/interfaceiter.c
|
|
@@ -147,7 +147,7 @@ get_addr(unsigned int family, isc_netadd
|
|
|
|
#ifdef __linux
|
|
#define ISC_IF_INET6_SZ \
|
|
- sizeof("00000000000000000000000000000001 01 80 10 80 XXXXXXloXXXXXXXX\n")
|
|
+ sizeof("00000000000000000000000000000001 00001 80 10 80 XXXXXXloXXXXXXXX\n")
|
|
static isc_result_t linux_if_inet6_next(isc_interfaceiter_t *);
|
|
static isc_result_t linux_if_inet6_current(isc_interfaceiter_t *);
|
|
static void linux_if_inet6_first(isc_interfaceiter_t *iter);
|