summaryrefslogtreecommitdiff
path: root/lib/test_kasan.c
Commit message (Expand)AuthorAge
* kasan: fix invalid-free test crashing the kernelAndrey Konovalov2018-04-11
* kasan: remove redundant initialization of variable 'real_size'Colin Ian King2018-02-06
* kasan: detect invalid freesDmitry Vyukov2018-02-06
* kasan: detect invalid frees for large objectsDmitry Vyukov2018-02-06
* kasan: add tests for alloca poisoningPaul Lawrence2018-02-06
* lib/test: delete five error messages for failed memory allocationsMarkus Elfring2017-11-17
* kasan: report only the first error by defaultMark Rutland2017-03-31
* kasan: add memcg kmem_cache testGreg Thelen2017-02-24
* kasan: support use-after-scope detectionDmitry Vyukov2016-11-30
* kasan/tests: add tests for user memory access functionsAndrey Ryabinin2016-05-20
* mm, kasan: add a ksize() testAlexander Potapenko2016-05-20
* kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko2016-03-25
* kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko2016-03-25
* lib: test_kasan: add some testcasesWang Long2015-11-05
* lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long2015-09-10
* lib/test_kasan.c: fix a typoWang Long2015-09-10
* lib: add kasan test moduleAndrey Ryabinin2015-02-13