Fix: handle capture page faults as skip field
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2022 20:31:29 +0000 (16:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 28 Sep 2022 18:21:45 +0000 (14:21 -0400)
commit95ab0b458d258f604de7a1ef387e4be0d1c7ceb5
tree28f4d3fdf1467ae6e001cd886e98fe423aee968f
parent736f2dd654af78b4bce81cf8ba9579370a162a38
Fix: handle 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 copy-from-user by
skipping the offending captured field entirely rather than relying on an
empty string.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ibe1e818f57f8218d2b83281a572895884fc28b86
src/lib/msgpack/msgpack.c
This page took 0.025955 seconds and 4 git commands to generate.