summaryrefslogtreecommitdiffstats
path: root/lib/test_kasan.c
Commit message (Expand)AuthorAgeFilesLines
* kasan: remove redundant initialization of variable 'real_size'Colin Ian King2018-02-061-1/+1
* kasan: detect invalid freesDmitry Vyukov2018-02-061-0/+50
* kasan: detect invalid frees for large objectsDmitry Vyukov2018-02-061-0/+33
* kasan: add tests for alloca poisoningPaul Lawrence2018-02-061-0/+22
* lib/test: delete five error messages for failed memory allocationsMarkus Elfring2017-11-171-3/+2
* kasan: report only the first error by defaultMark Rutland2017-03-311-0/+10
* kasan: add memcg kmem_cache testGreg Thelen2017-02-241-0/+34
* kasan: support use-after-scope detectionDmitry Vyukov2016-11-301-0/+29
* kasan/tests: add tests for user memory access functionsAndrey Ryabinin2016-05-201-0/+49
* mm, kasan: add a ksize() testAlexander Potapenko2016-05-201-0/+20
* kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko2016-03-251-0/+2
* kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko2016-03-251-1/+27
* lib: test_kasan: add some testcasesWang Long2015-11-051-0/+69
* lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long2015-09-101-1/+1
* lib/test_kasan.c: fix a typoWang Long2015-09-101-2/+2
* lib: add kasan test moduleAndrey Ryabinin2015-02-131-0/+277