Code

processes plugin: Use stack memory when reading the command line.
authorFlorian Forster <octo@collectd.org>
Mon, 19 Mar 2012 07:43:22 +0000 (08:43 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 23 Sep 2012 10:39:31 +0000 (12:39 +0200)
commit2ddd12fcff38fb94f030f09d1408d5e30fe8ee3a
treecbfa9d7e67ff1a253ba58f005ac5073968cd0a45
parent5fb55d066515132942bfb8f7b28fdc42f19a8bf9
processes plugin: Use stack memory when reading the command line.

Also remove the call to the non-threadsafe strtok(3) call and fix the
size passed to sstrncpy().
src/processes.c