From: David Goulet Date: Tue, 19 Jun 2012 15:15:38 +0000 (-0400) Subject: Fix: unchecked pointer from getenv() for lttng create X-Git-Tag: v2.0.3~2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=cea36c716c9e418162bd14460196295d692fe3ca;hp=cea36c716c9e418162bd14460196295d692fe3ca;p=lttng-tools.git Fix: unchecked pointer from getenv() for lttng create 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 ---