criu/compel/test
Andrei Vagin 9a1e979666 compel: fix the stack test
The stack test incorrectly assumed the page immediately
following the stack pointer could never be changed. This doesn't work,
because this page can be a part of another mapping.

This commit introduces a dedicated "stack redzone," a small guard region
directly after the stack. The stack test is modified to specifically
check for corruption within this redzone.

Signed-off-by: Andrei Vagin <avagin@gmail.com>
2025-11-02 07:42:55 -08:00
..
fdspy compel/test: Return 0 in case of error in fdspy 2023-10-22 13:29:25 -07:00
infect compel: Fix infect test to not override failures 2023-04-15 21:17:21 -07:00
rsys Run 'make indent' on all C files 2021-09-03 10:31:00 -07:00
stack compel: fix the stack test 2025-11-02 07:42:55 -08:00
Makefile compel: Add test to check parasite stack setup 2023-04-15 21:17:21 -07:00