Fix: handle integer capture page faults as skip field
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Sep 2022 20:19:16 +0000 (16:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Sep 2022 20:34:38 +0000 (16:34 -0400)
commit2d45aeba7a3f5d738a5b22fe127c1eeaef048e70
tree84cc3206254b3adc9808b62244f9f24a2c7179aa
parentea8bb288e0902e9848e2195054f2ac14a0f9ed1c
Fix: handle integer capture page faults as skip field

Now that we have the appropriate save/restore position mechanism for
error handling in place, we can handle page faults on integer
copy-from-user by skipping the offending captured field entirely rather
than relying on an arbitrary 0 value.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I4ec6243d96753ce7e9c6230563713aeacb126567
src/lttng-event-notifier-notification.c
This page took 0.026019 seconds and 4 git commands to generate.