zephyr/tests/kernel/mem_protect
David Leach fdea2a628b tests: mem_protect: ensure allocated objects are initialized
K_OBJ_MSGQ, K_OBJ_PIPE, and K_OBJ_STACK objects have pointers
to additional memory that can be allocated. The k_obj_alloc()
returns these objects as uninitialized so when they are freed
there are random opportunities for freeing invalid memory
and causing random faults.

Signed-off-by: David Leach <david.leach@nxp.com>
2022-02-21 20:43:47 -05:00
..
demand_paging
futex
mem_map tests: mem_map: limit memory below 0x10000000 on up_squared. 2021-09-16 09:32:36 -04:00
mem_protect tests: mem_protect: ensure allocated objects are initialized 2022-02-21 20:43:47 -05:00
obj_validation
protection
stack_random
stackprot tests: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
sys_sem
syscalls tests: syscall: fix low value of CONFIG_MAX_THREAD_BYTES 2021-12-09 19:46:25 -05:00
userspace tests: kernel: Fix address-of-packed-mem warning 2021-12-10 14:08:59 +01:00