From mboxrd@z Thu Jan 1 00:00:00 1970 From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers) Date: Thu, 5 Dec 2019 01:58:03 -0500 Subject: [lttng-dev] [PATCH babeltrace-1.5 0/6] Babeltrace 1.5 lttng-live with per-pid ust buffers Message-ID: <20191205065809.16728-1-mathieu.desnoyers@efficios.com> This series of fixes comes from testing babeltrace 1.5 lttng-live under valgrind with per-pid lttng buffers. This was done in the context of testing of the "lttng clear" feature. Thanks, Mathieu Mathieu Desnoyers (6): Fix: lttng-live: use-after-free in get_next_index() Fix: trace-collection: trace clock use after free Fix: lttng-live: lttng_live_open_trace_read memory leak Fix: lib/iterator.c: unbalanced ctx put (leak) Fix: lttng-live: ctf_live_packet_seek stream hang up handling Fix: lttng-live format: do not error out on empty streams hang up formats/ctf/ctf.c | 7 ++++++- formats/lttng-live/lttng-live-comm.c | 8 ++++++-- formats/lttng-live/lttng-live-plugin.c | 1 + lib/iterator.c | 3 +++ lib/trace-collection.c | 21 ++++++++++++++++++--- 5 files changed, 34 insertions(+), 6 deletions(-) -- 2.17.1