lkdtm: split heap corruption tests to separate file
authorKees Cook <keescook@chromium.org>
Mon, 27 Jun 2016 04:45:23 +0000 (21:45 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 7 Jul 2016 18:09:22 +0000 (11:09 -0700)
commitffc514f3fcac4aa76735ada55228c814153943e6
tree15dd5a13d7a068dca8671751170768e603e9d633
parent0d9eb29b13f0e326c4e19b85d3a4ac46e335e6d2
lkdtm: split heap corruption tests to separate file

This splits the *_AFTER_FREE and related tests into the new lkdtm_heap.c
file to help separate things better for readability.

Signed-off-by: Kees Cook <keescook@chromium.org>
drivers/misc/Makefile
drivers/misc/lkdtm.h
drivers/misc/lkdtm_core.c
drivers/misc/lkdtm_heap.c [new file with mode: 0644]