criu/compel/src
Andrei Vagin 24ea8befcc 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-04-04 08:29:52 -07:00
..
lib compel: fix the stack test 2025-04-04 08:29:52 -07:00
main-host.c compel: Build host program 2017-03-14 23:58:10 +03:00
main.c compel: add riscv64 support 2024-10-26 22:18:22 -07:00