summaryrefslogtreecommitdiffstats
path: root/lib/test_ubsan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-15ubsan: Fix panic from test_ubsan_out_of_boundsMostafa Saleh1-7/+11
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook1-4/+14
2024-07-03ubsan: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
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