Fix: unbalanced RCU read-side lock in enable event command
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 7 Sep 2015 14:36:09 +0000 (10:36 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Sep 2015 12:21:36 +0000 (08:21 -0400)
commitf5ac4bd72b128dc3e6e5d41d3f76755e6215a02d
treee083dfe3eaab64d4f2ff1d770193dcdbce382bbb
parent3745d31545c667ea0e5151fc2a2b0b90f59c1a2d
Fix: unbalanced RCU read-side lock in enable event command

The event validation fails, an unpaired RCU unlock is performed, thus
underflowing the RCU nesting counter.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c
This page took 0.0247 seconds and 4 git commands to generate.