Fix ctf-writer: possible use after free
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 29 Nov 2013 18:26:42 +0000 (13:26 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 1 Dec 2013 01:58:27 +0000 (02:58 +0100)
ctf_stream_pos' base_mma member must be copied from stream->pos before
updating the final packet and content sizes. The original base_mma
structure will be reallocated if the packet is resized.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.025375 seconds and 4 git commands to generate.