summaryrefslogtreecommitdiffstats
path: root/lib/test_ubsan.c
Commit message (Expand)AuthorAgeFilesLines
* ubsan: fix unused variable warning in test moduleArnd Bergmann2024-04-031-1/+1
* ubsan: Reintroduce signed overflow sanitizerKees Cook2024-02-201-0/+37
* ubsan: Silence W=1 warnings in self-testKees Cook2024-02-061-2/+2
* ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook2022-01-201-22/+0
* ubsan: remove overflow checksAndrey Ryabinin2021-02-261-49/+0
* ubsan: expand tests and reportingKees Cook2020-12-151-8/+66
* lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson2019-03-071-10/+1
* lib/test_ubsan.c: make test_ubsan_misaligned_access() staticColin Ian King2018-04-111-1/+1
* lib: add testing module for UBSANJinbum Park2018-04-111-0/+144