5 Jan
2015
5 Jan
'15
2:17 p.m.
Another FreeBSD user hit this and helped track this down. This crash is specific to 4.3.18 but affects all platforms.
http://sourceforge.net/p/xymon/code/7484/tree//branches/4.3.18/xymonnet/dns2...
addtobuffer_many() in case T_AAAA is a variadic function that needs to terminate in a NULL.
This patch fixes the crash caused by any DNS checks which return AAAA records.
https://svnweb.freebsd.org/ports/head/net-mgmt/xymon-server/files/patch-xymo...