Comment 4 for bug 1069543

Revision history for this message
Vladimir Panteleev (thecybershadow) wrote :

@dmlinux: I ran into the same problem today (also with OVH's kernel).

The problematic bit of code is at line 1098 in ntpd/ntp_io.c (for ntp-4.2.6.p3+dfsg) - wrapping the UNLINK_SLIST statement into an if(*pmclisthead) block seems to fix the problem. However, I also found that the latest ntp version (ntp-dev-4.2.7p345) doesn't seem to have this problem.