On Tue, 26 Dec 2017 15:12:53 +0800
Chunyan Zhang wrote:
> From: Jing Xia
>
> Double free of the ring buffer happens when it fails to alloc new
> ring buffer instance for max_buffer if TRACER_MAX_TRACE is configured.
> The root cause is that the pointer is not set to NULL after the buffer
> is f
From: Jing Xia
Double free of the ring buffer happens when it fails to alloc new
ring buffer instance for max_buffer if TRACER_MAX_TRACE is configured.
The root cause is that the pointer is not set to NULL after the buffer
is freed in allocate_trace_buffers(), and the freeing of the ring
buffer i
2 matches
Mail list logo