Fix: handle sysconf errors
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 16:01:01 +0000 (11:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 16:29:38 +0000 (11:29 -0500)
commit995034f5c84458ae37d0ad1d2acfcc6bbef84b03
tree97f89da513681b66b4df3c58cfcc84bb3ce8a1aa
parentbb20a43ce0ba4522672ea94909f64a51675f6a85
Fix: handle sysconf errors

CID 1021261 (#1 of 1): Argument cannot be negative (NEGATIVE_RETURNS)10.
negative_returns: "sysconf(30)" is passed to a parameter that cannot be
negative.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c
tests/ust-basic-tracing/ust-basic-tracing.c
tests/ust-multi-test/ust-multi-test.c
This page took 0.02488 seconds and 4 git commands to generate.