commit | 0edca7b5afb4b0909eecd2ede9a6736ef7cafc42 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sun Jun 26 08:51:14 2016 -0700 |
committer | Kees Cook <keescook@chromium.org> | Thu Jul 07 11:09:20 2016 -0700 |
tree | 4646c4bc53eddb1ce8be1c72ef88ba9b166e3a17 | |
parent | 6c3521400c345fa2575a6f5b212c215db38c5d93 [diff] |
lkdtm: drop "alloc_size" parameter There is no good reason to have the alloc_size parameter currently. The compiler-tricking value used to exercise the stack can just use a stack address instead. Similarly hard-code cache_size. Signed-off-by: Kees Cook <keescook@chromium.org>