Code

check_host: Allocate a large-enough buffer for the host table.
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index fcaa9c1b45d6c4834ae0a1dbd7dc0747af0a7196..8bb0fcb2dbc42be570453c9ac11d513b36f18a7c 100644 (file)
--- 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