After upgrading to alpha6 all calls to get_value_simple() produce core dumps
After looking throught code I've found very intresting place in sysinfo.c - all functions in this source are using a commands array, which is defined as NULL in the begining!
COMMAND *commands=NULL;
How can it work??
And the agent_commands array is never used!
After looking throught code I've found very intresting place in sysinfo.c - all functions in this source are using a commands array, which is defined as NULL in the begining!
COMMAND *commands=NULL;
How can it work??
And the agent_commands array is never used!
Comment