summaryrefslogtreecommitdiff
path: root/lib/test_kasan.c
AgeCommit message (Expand)Author
2017-12-14BACKPORT: kasan: report only the first error by defaultMark Rutland
2017-12-14UPSTREAM: kasan: support use-after-scope detectionDmitry Vyukov
2017-12-14UPSTREAM: kasan/tests: add tests for user memory access functionsAndrey Ryabinin
2017-12-14UPSTREAM: mm, kasan: add a ksize() testAlexander Potapenko
2017-12-14UPSTREAM: kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko
2017-12-14UPSTREAM: 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