summaryrefslogtreecommitdiffstats
path: root/lib/ubsan.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-0/+4
|\
| * x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra2019-04-031-0/+4
* | ubsan: Remove vla bound checks.Andrey Ryabinin2019-05-061-18/+0
* | ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin2019-05-061-26/+23
|/
* lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann2018-11-181-2/+1
* lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin2018-02-061-24/+0
* lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2018-02-061-10/+38
* lib/ubsan.c: s/missaligned/misaligned/Andrew Morton2018-02-061-2/+2
* UBSAN: fix typo in format stringNicolas Iooss2016-08-021-1/+1
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+456