Fix: liblttng-ust-fd.so: override fclose symbol
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 7 Nov 2017 20:33:40 +0000 (15:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 7 Nov 2017 23:04:08 +0000 (18:04 -0500)
commit52a20dc78a372394471e3394a8d335ef00cebad3
tree1f62f4b1baae3291c98e47c097ac87e6435e9e2d
parent16adecf1f2e80025667ed53f4905e725894f076a
Fix: liblttng-ust-fd.so: override fclose symbol

fclose() invoked from application or libraries end up calling close()
from within the libc, which bypasses our file descriptor tracking.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust-fd.h
liblttng-ust-comm/lttng-ust-fd-tracker.c
liblttng-ust-fd/lttng-ust-fd.c
This page took 0.024422 seconds and 4 git commands to generate.