commit | 7b25a85c9d9f796c5be7ad3fb8b9553d3e2ed958 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Aug 04 13:04:21 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Fri Aug 04 13:04:21 2017 -0700 |
tree | 8917e901a8728c16f8e848227fbd6e3601019830 | |
parent | c7fea48876773603721f545f8c1a2f894291ef85 [diff] |
lkdtm: Test VMAP_STACK allocates leading/trailing guard pages Two new tests STACK_GUARD_PAGE_LEADING and STACK_GUARD_PAGE_TRAILING attempt to read the byte before and after, respectively, of the current stack frame, which should fault. Signed-off-by: Kees Cook <keescook@chromium.org>