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 boards: qemu_x86_tiny: enabled for general demand paging testing 2021-08-26 21:16:22 -04:00
futex cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
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 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
protection cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
stack_random subsys/random: change parameters for timer-based PRNG 2021-08-30 09:32:36 -04:00
stackprot tests: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
sys_sem cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
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