summaryrefslogtreecommitdiffstats
path: root/lib/test_kasan.c
Commit message (Expand)AuthorAgeFilesLines
* lib/test_kasan: Add test for double-kzfree detectionMarco Elver2019-07-121-0/+17
* lib/test_kasan: add bitops testsMarco Elver2019-07-121-3/+78
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
* kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-061-24/+0Star
* lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin2018-10-271-0/+70
* kasan: fix invalid-free test crashing the kernelAndrey Konovalov2018-04-111-0/+8
* kasan: remove redundant initialization of variable 'real_size'Colin Ian King2018-02-071-1/+1
* kasan: detect invalid freesDmitry Vyukov2018-02-071-0/+50
* kasan: detect invalid frees for large objectsDmitry Vyukov2018-02-071-0/+33
* kasan: add tests for alloca poisoningPaul Lawrence2018-02-071-0/+22
* lib/test: delete five error messages for failed memory allocationsMarkus Elfring2017-11-181-3/+2Star
* kasan: report only the first error by defaultMark Rutland2017-04-011-0/+10
* kasan: add memcg kmem_cache testGreg Thelen2017-02-251-0/+34
* kasan: support use-after-scope detectionDmitry Vyukov2016-12-011-0/+29
* kasan/tests: add tests for user memory access functionsAndrey Ryabinin2016-05-211-0/+49
* mm, kasan: add a ksize() testAlexander Potapenko2016-05-211-0/+20
* kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko2016-03-261-0/+2
* kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko2016-03-261-1/+27
* lib: test_kasan: add some testcasesWang Long2015-11-061-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-141-0/+277