Fix: unchecked pointer from getenv() for lttng create
authorDavid Goulet <dgoulet@efficios.com>
Tue, 19 Jun 2012 15:15:38 +0000 (11:15 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 19 Jun 2012 15:20:21 +0000 (11:20 -0400)
The lttng create command was not handling the return pointer from
getenv("HOME") and was passing it to a strdup() call.

(close #271)

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.04083 seconds and 4 git commands to generate.