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:40:56 +0000 (10:40 -0500)
commit1158b2706e58c2f94e6bd746e0504b989320c0a1
tree304b3311f117bef79cdccaa2f371606655e8513d
parente7e77b7eb56b8f7678ea18fe98d6f91447b4472e
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.025659 seconds and 4 git commands to generate.