From: Mathieu Desnoyers Date: Wed, 26 Nov 2014 17:16:19 +0000 (-0500) Subject: Fix: add missing strdup OOM check X-Git-Tag: v2.4.3~22 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=a90bd9795e2b1b82234479b7fec13cad7dae4cd2 Fix: add missing strdup OOM check Signed-off-by: Mathieu Desnoyers --- diff --git a/src/bin/lttng-relayd/health-relayd.c b/src/bin/lttng-relayd/health-relayd.c index 8a5cbdfcb..8194c3e4b 100644 --- a/src/bin/lttng-relayd/health-relayd.c +++ b/src/bin/lttng-relayd/health-relayd.c @@ -160,6 +160,10 @@ int setup_health_path(void) if (is_root) { rundir = strdup(DEFAULT_LTTNG_RUNDIR); + if (!rundir) { + ret = -ENOMEM; + goto end; + } } else { /* * Create rundir from home path. This will create something like