Xymon Mailing List Archive search

BBALPHAMSG truncated

list Henrik Størner
Tue, 20 Dec 2011 21:52:55 +0100
Message-Id: <user-b6b33dde376f@xymon.invalid>

On 20-12-2011 19:41, Lose, James wrote:
This problem can be corrected by editing the do_alerts.c file, and
rebuilding the xymond_alert executable.

diff do_alert.c do_alert.c.orig

527c527

<snprintf(bbalphamsg, msglen+1, "BBALPHAMSG=%s", p);

---
snprintf(bbalphamsg, msglen, "BBALPHAMSG=%s", p);
Yep, this problem was fixed in the 4.3.7 release.


Regards,
Henrik