summaryrefslogtreecommitdiff
path: root/lib/test_kasan.c
AgeCommit message (Expand)Author
2018-01-22BACKPORT: kasan: report only the first error by defaultMark Rutland
2018-01-22UPSTREAM: kasan: support use-after-scope detectionDmitry Vyukov
2018-01-22UPSTREAM: kasan/tests: add tests for user memory access functionsAndrey Ryabinin
2018-01-22UPSTREAM: mm, kasan: add a ksize() testAlexander Potapenko
2018-01-22UPSTREAM: kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko
2018-01-22UPSTREAM: kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_...Alexander Potapenko
2015-11-05lib: test_kasan: add some testcasesWang Long
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long
2015-09-10lib/test_kasan.c: fix a typoWang Long
2015-02-13lib: add kasan test moduleAndrey Ryabinin