Fix: prio context NULL pointer exception
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Jan 2024 15:33:13 +0000 (10:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Jan 2024 15:41:36 +0000 (10:41 -0500)
commit43b9f0431625b5b5b6454066372819f08b0bd2bf
tree3d0fad5c6b1f9efc15f0db350e3795cd632b9e37
parent5de523d864f876cdfb47312697f67e4fbad8bf69
Fix: prio context NULL pointer exception

A missing call to wrapper_task_prio_init() causes the function pointer
for task_prio to stay NULL, which triggers a OOPS when trying to use the
prio context.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I417e84cb8a07db624e682c7ec2c033fbc2a7b8e7
include/lttng/events-internal.h
src/lttng-context-prio.c
src/lttng-events.c
This page took 0.026004 seconds and 4 git commands to generate.