summaryrefslogtreecommitdiff
path: root/lib/test_kasan.c
AgeCommit message (Expand)Author
2019-05-08kasan: remove redundant initialization of variable 'real_size'Colin Ian King
2017-03-31kasan: report only the first error by defaultMark Rutland
2017-02-24kasan: add memcg kmem_cache testGreg Thelen
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov
2016-05-20kasan/tests: add tests for user memory access functionsAndrey Ryabinin
2016-05-20mm, kasan: add a ksize() testAlexander Potapenko
2016-03-25kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko
2016-03-25kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()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