exec: Call putenv() with a global buffer
authorDaniel Vrátil <daniel.vratil@avast.com>
Wed, 12 Sep 2018 15:20:00 +0000 (17:20 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 9 Oct 2018 12:40:40 +0000 (14:40 +0200)
putenv() adds the string pointer to the environment so it should
not be called with an automatic variable.

Signed-off-by: Florian Forster <octo@collectd.org>

No differences found