Home
last modified time | relevance | path

Searched refs:sandbox_stack (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/executor/
Dcommon_linux.h1609 __attribute__((aligned(64 << 10))) static char sandbox_stack[1 << 20]; variable
1730 mprotect(sandbox_stack, 4096, PROT_NONE); // to catch stack underflows in do_sandbox_namespace()
1731 pid = clone(namespace_sandbox_proc, &sandbox_stack[sizeof(sandbox_stack) - 64], in do_sandbox_namespace()
/external/syzkaller/pkg/csource/
Dgenerated.go3102 __attribute__((aligned(64 << 10))) static char sandbox_stack[1 << 20];
3208 mprotect(sandbox_stack, 4096, PROT_NONE);
3209 pid = clone(namespace_sandbox_proc, &sandbox_stack[sizeof(sandbox_stack) - 64],