Code

Fix an off-by-one error where a realloc(3) call doesn't allocate space
authorHolger Weiss <hweiss@users.sourceforge.net>
Fri, 1 Jun 2007 23:08:24 +0000 (23:08 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Fri, 1 Jun 2007 23:08:24 +0000 (23:08 +0000)
commit61e0cbb7f4ef75d95c9010bea7c99c3ab8e861f5
tree541ae158459c6fb95c1ef369f8a95f524dc0ec3b
parentf71de78952ff36860e1a4a423d3d3f03c4714488
Fix an off-by-one error where a realloc(3) call doesn't allocate space
for nul-termination (Aravind Gottipati - 1729692)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1727 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_http.c