Fix out-of-bound write in ltt-events.c
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Mar 2012 18:24:36 +0000 (14:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Mar 2012 18:24:36 +0000 (14:24 -0400)
commit48bf7c27ee5af02d9f46a1d5bfa899edc3fd078a
treec55d6c69b92c71f56a0f7875612df65b63eefa6d
parentfdb4af102796c056de5c1d7361a57bf9779788d1
Fix out-of-bound write in ltt-events.c

Valgrind complains that the size allocated is too small for the memcpy,
rightly so (off by one).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/ltt-events.c
This page took 0.024114 seconds and 4 git commands to generate.