Fix: honor "user" attribute for array/sequence of user integers
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Sep 2022 18:26:27 +0000 (14:26 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Sep 2022 18:34:30 +0000 (14:34 -0400)
commit0d8dc790c21cc1e72cbb1b1095035ff64b1cffda
tree6c12617cc5100b8cc5eefb70ec0de19a4ac068f9
parent480cce4315ce5bf59a509e8a53a52545f393de68
Fix: honor "user" attribute for array/sequence of user integers

The macro _lttng_kernel_static_type_integer_from_type() should map to
_lttng_kernel_static_type_integer() to pass the "_user" attribute.
Otherwise, userspace fields such as pipe2's system call fildes field (a
ctf_user_array()) can trigger NULL pointer exceptions and read arbitrary
kernel memory if the pipe2 system call receives a bogus pointer as input
while filtering/capture is accessing this field.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I44276d751b822f214804184d1ce4d9b10b47d89d
include/lttng/events.h
This page took 0.02707 seconds and 4 git commands to generate.