summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-06-01 23:11:46 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-06-01 23:11:46 (GMT)
commit0a73efe7cad3c3bfd423b65be3a3b9d3049be545 (patch)
tree7f48fa531104d8fe5e9a6012e7721b525a4fbb88
parent61e0cbb7f4ef75d95c9010bea7c99c3ab8e861f5 (diff)
downloadmonitoring-plugins-0a73efe7cad3c3bfd423b65be3a3b9d3049be545.tar.gz
Fix possible check_http segfaults when following HTTP redirects.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1728 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--BUGS3
-rw-r--r--NEWS1
2 files changed, 2 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index d2cefc1..c7ffba1 100644
--- a/BUGS
+++ b/BUGS
@@ -2,7 +2,7 @@ This file lists the major bugs from the Nagios Plugins page on Sourceforge
2at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not 2at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not
3necessarily verified as errors. 3necessarily verified as errors.
4 4
5For the 1.4.8 release: 5For the 1.4.9 release:
6 6
71687867 - check_http: buffer overflow vulnerability 71687867 - check_http: buffer overflow vulnerability
81675306 - check_dhcp: does not add mandatory 'end' option 81675306 - check_dhcp: does not add mandatory 'end' option
@@ -15,7 +15,6 @@ For the 1.4.8 release:
151573638 - check_swap SEGVs on Sol 10 151573638 - check_swap SEGVs on Sol 10
161541340 - check_procs won't execute on Solaris 9 x86 161541340 - check_procs won't execute on Solaris 9 x86
171523748 - check_disk should error if warn range is subset of critical 171523748 - check_disk should error if warn range is subset of critical
181506121 - check_http problem with protocol change in redirect
191498923 - check_ldap build error on Solaris 9 181498923 - check_ldap build error on Solaris 9
201495828 - pst3 failure on solaris 10 x86 191495828 - pst3 failure on solaris 10 x86
211494629 - check_icmp fails after a time on FreeBSD 201494629 - check_icmp fails after a time on FreeBSD
diff --git a/NEWS b/NEWS
index daa2ebd..0664fa9 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ This file documents the major additions and syntax changes between releases.
8 check_load can optionally divide by number of cpus 8 check_load can optionally divide by number of cpus
9 Fix check_time returning wrong OK when time is before the epoch on some arch 9 Fix check_time returning wrong OK when time is before the epoch on some arch
10 Make check_http output more consistent 10 Make check_http output more consistent
11 Fix possible check_http segfaults when following HTTP redirects
11 check_snmp don't warn anymore if something is printed on stderr 12 check_snmp don't warn anymore if something is printed on stderr
12 13
131.4.8 11th April 2007 141.4.8 11th April 2007