Commits
Andris Zeila authored f4293981a36
...G...... [ZBX-5863] changed zbx_execute() to store result in dynamically allocated buffer
[merge ^/branches/2.0 -c r33238]
While the outut buffer is dynamic, it's size is explicitly limited by MAX_EXECUTE_OUTPUT_LEN
define (512 KB). A failure is returned if zbx_execute() output size exceeds the 512KB limit.