zephyr/doc/kernel
Tomasz Moń fa86481692 doc: Verify write access in syscall example
Use z_user_to_copy() instead of directly writing to the user provided
pointer to validate that the user has write permission to underlying
memory location.

It is important to verify the memory not only for reads, but also for
writes, as otherwise the function can be abused by usermode code to
write to privileged read/write, unprivileged read-only memory partition.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2022-10-14 09:56:30 +02:00
..
data_structures doc: Fix kernel data structures typos 2022-10-10 21:01:51 -04:00
drivers init: s/ARCH/EARLY, call it just before arch kernel init 2022-10-12 17:16:27 +09:00
iterable_sections
memory_management
services doc: polling: Fix semaphore contested description 2022-10-04 10:36:45 +02:00
timing_functions
usermode doc: Verify write access in syscall example 2022-10-14 09:56:30 +02:00
util
code-relocation.rst
index.rst
timeutil.rst