Fix: writeback: out-of-bound reads
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 5 Feb 2021 21:21:47 +0000 (16:21 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Feb 2021 16:11:28 +0000 (11:11 -0500)
commit7d2faa990979bc57cbf35159ece66795d6c37df4
tree0e5ec585f2f28274ee2a8f7822b9649b85089486
parenta7781f7b7b03ff08a5fba513e9f0274e0aee44eb
Fix: writeback: out-of-bound reads

Use ctf_string rather than ctf_array_text for name fields, because the
source strings are not guaranteed to be at least 32 bytes.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/writeback.h
This page took 0.025043 seconds and 4 git commands to generate.