Code

Fix possible check_http segfaults when following HTTP redirects.
authorHolger Weiss <hweiss@users.sourceforge.net>
Fri, 1 Jun 2007 23:11:46 +0000 (23:11 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Fri, 1 Jun 2007 23:11:46 +0000 (23:11 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1728 f882894a-f735-0410-b71e-b25c423dba1c

BUGS
NEWS

diff --git a/BUGS b/BUGS
index d2cefc1a5636e1b2169ec62d6f67610200a58c68..c7ffba12cc348247609f89398fe4eaaa4db6bcff 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -2,7 +2,7 @@ This file lists the major bugs from the Nagios Plugins page on Sourceforge
 at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not
 necessarily verified as errors.
 
-For the 1.4.8 release:
+For the 1.4.9 release:
 
 1687867 - check_http: buffer overflow vulnerability
 1675306 - check_dhcp: does not add mandatory 'end' option
@@ -15,7 +15,6 @@ For the 1.4.8 release:
 1573638 - check_swap SEGVs on Sol 10
 1541340 - check_procs won't execute on Solaris 9 x86
 1523748 - check_disk should error if warn range is subset of critical
-1506121 - check_http problem with protocol change in redirect
 1498923 - check_ldap build error on Solaris 9
 1495828 - pst3 failure on solaris 10 x86
 1494629 - check_icmp fails after a time on FreeBSD
diff --git a/NEWS b/NEWS
index daa2ebd02944d8c954c96bc0b6ce30fe5593ce96..0664fa91809b80b3825b34293d4bdff1a5148684 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ This file documents the major additions and syntax changes between releases.
        check_load can optionally divide by number of cpus
        Fix check_time returning wrong OK when time is before the epoch on some arch
        Make check_http output more consistent
+       Fix possible check_http segfaults when following HTTP redirects
        check_snmp don't warn anymore if something is printed on stderr
 
 1.4.8 11th April 2007