Re: [Nagios-devel] NDO big perfdata bug?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] NDO big perfdata bug?

Post by Guest »







Hi,

i'll revert calling that a bug - applying those fix causes the string
sequence to be screwed with wrong escaped character in several
environments. results in failing db queries for perfdata &
systemcommands table.

Kind regards,
Michael

Michael Friedrich wrote:

Hi,

Hendrik Baecker wrote:



Looking around in the code, to find a possible cause, I think I found a
small bug in io.c, also
ndo_unescape_buffer:
if (buffer[x+1]=='\t'){
i think should be
if (buffer[x+1]=='t'){
but I think this is unrelated to the big perfdata problem.



Jep, that's a bug since checking for \ and t should resolve into \t but
the condition never matches right now.

Kind regards,
Michael

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Nagios-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/lis ... gios-devel










This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked