[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] [bug?] Crash of hobbitsvc.cgi on trends column display
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] [bug?] Crash of hobbitsvc.cgi on trends column display
- From: Charles Goyard <cgoyard (at) cvf.fr>
- Date: Tue, 28 Nov 2006 18:03:14 +0100
- References: <20061128144714.GG3475@cgoyard1.exp75.cvf>
- User-agent: Mutt/1.5.9i
Hi again,
As an extra info, I found the reason why the program crashes :
in loadhosts.c, when there :
if (result || !host->defaulthost || (strcasecmp(host->bbhostname, ".default.") == 0))
return result;
else
return bbh_find_item(host->defaulthost, item);
I get in the "else". At that point, host->defaulthost is not null, but
points to garbage. I dont't get what the default host should be.
(btw, thanks for the patch Gildas)
--
Charles Goyard - cgoyard (at) cvf.fr - (+33) 1 45 38 01 31