Fix: metadata lttng channel refcount
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Aug 2013 14:13:06 +0000 (10:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Aug 2013 14:13:06 +0000 (10:13 -0400)
commitd4d4b9c765362750b023ac23161573113189620d
tree28dc8a5950c90e06afafbe302ee06abd22d452d5
parenta8da48874d70ced1091be571dc550d5adee4162e
Fix: metadata lttng channel refcount

The OOPS at bug #622 is likely caused by a missing reference on the
lttng channel structure, which could lead to accessing the object after
it has been destroyed if the lttng channel file descriptor is closed
while the metadata stream fd is still in use.

Fixes #622

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Acked-by: Julien Desfossez <jdesfossez@efficios.com>
lttng-abi.c
This page took 0.025124 seconds and 4 git commands to generate.