commit | d2e10088ce01191748857296999b8c24a9a51959 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Tue Apr 05 22:41:06 2016 +0530 |
committer | Kees Cook <keescook@chromium.org> | Wed Apr 06 16:22:24 2016 -0700 |
tree | 9c063da5fdfe44ae4e3ecc8714b89dc69ce2937c | |
parent | 50fbd977733d1cbafe75baf4b50424434dcfea8c [diff] |
lkdtm: fix memory leak of base This case is supposed to read from a memory after it has been freed, but we missed freeing base if the memory 'val' could not be allocated. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Kees Cook <keescook@chromium.org>