bk: 64c6e0baR35M6TZ4MCfqC0SFD-Bs_A
* [Bug 3850] ntpq -c apeers breaks column formatting s2 w/refclock refid.
<hart@ntp.org>
* [Bug 3846] Use -Wno-format-truncation by default.
+* [Bug 3842] Windows ntpd ppsapi DLL load failure crashes. <hart@ntp.org>
* [Bug 3841] 4.2.8p17 build break w/ gcc 12 -Wformat-security without -Wformat
Need to remove --Wformat-security when removing -Wformat to
silence numerous libopts warnings. <hart@ntp.org>
HMODULE hmod;
pppsapi_prov_init pprov_init;
- prov = emalloc(sizeof(*prov));
+ prov = emalloc_zero(sizeof(*prov));
hmod = LoadLibraryA(dllpath);
if (NULL == hmod) {
msyslog(LOG_WARNING, msgfmt, dllpath,