From 5ebe25fc24d33cf2d7b46fce9e746a58e0115010 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 28 Apr 2011 09:18:21 +0200 Subject: check_host: Allocate a large-enough buffer for the host table. When specifying a host-name on the command line, each of its IPs is added to the host table (and each one is pinged). So, the buffer has to be large enough to hold all of the respective host objects. (argc - 1) only fits hosts with a single IP. Thanks to Max Kosmach for reporting this in Debian bug #623702. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fcaa9c1b..8bb0fcb2 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ This file documents the major additions and syntax changes between releases. Make check_snmp work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds Fix check_ldap overriding the port when --ssl was specified after -p Fix check_procs where regex input of '|' would get displayed in output - now replaced with ',' + Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl) 1.4.15 27th July 2010 ENHANCEMENTS -- cgit v1.2.3