aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_ubsan.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03ubsan: fix unused variable warning in test moduleArnd Bergmann1-1/+1
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook1-0/+37
2024-02-06ubsan: Silence W=1 warnings in self-testKees Cook1-2/+2
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook1-22/+0
2021-02-26ubsan: remove overflow checksAndrey Ryabinin1-49/+0
2020-12-15ubsan: expand tests and reportingKees Cook1-8/+66
2019-03-07lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson1-10/+1
2018-04-11lib/test_ubsan.c: make test_ubsan_misaligned_access() staticColin Ian King1-1/+1
2018-04-11lib: add testing module for UBSANJinbum Park1-0/+144