summaryrefslogtreecommitdiff
path: root/lib/test_kasan.c
AgeCommit message (Expand)Author
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin
2018-10-26lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin
2018-04-11kasan: fix invalid-free test crashing the kernelAndrey Konovalov
2018-02-06kasan: remove redundant initialization of variable 'real_size'Colin Ian King
2018-02-06kasan: detect invalid freesDmitry Vyukov
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov
2018-02-06kasan: add tests for alloca poisoningPaul Lawrence
2017-11-17lib/test: delete five error messages for failed memory allocationsMarkus Elfring
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