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:23:28 +0000 (14:23 -0400)
commit290ac8eeee00cda7b4a37275b190be15892a8509
treeb1c645b04ce39f7fc96560b23825114b3c11f88c
parent76db48089b6717136c4712db4e663011fcb4714b
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.025207 seconds and 4 git commands to generate.