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:19:16 +0000 (16:19 -0400)
commit60ae08f0b92f06f7e092b5c5e5dc2a65a9e507a0
treeaa28267ea7aca3ea7f2a2cb225c7ce7d781cd0ad
parente2a5259590728af9f088c61dafe8e5c5dd2003db
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.025683 seconds and 4 git commands to generate.