The Linux man page says
If ptr is NULL, no operation is performed.
I'd expect a wrapper if there really was a problem.
This code is in ntpd/ntp_config.c
if (NULL == s) { /* free() hates NULL */
s = estrdup("");
}
Any reason not to nuke that chunk of code?
--
These are my opinions. I hate spam.
_______________________________________________
devel mailing list
[email protected]
https://lists.ntpsec.org/mailman/listinfo/devel
