aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/test_overflow.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-27lib: overflow: Convert to KunitKees Cook1-726/+0
2022-02-16overflow: Provide constant expression struct_sizeKees Cook1-9/+17
2022-02-16overflow: Implement size_t saturating arithmetic helpersKees Cook1-0/+98
2022-02-09test_overflow: Regularize test reporting outputKees Cook1-24/+30
2019-07-16lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook1-5/+6
2018-08-08test_overflow: Add shift overflow testsKees Cook1-1/+197
2018-06-12test_overflow: fix an IS_ERR() vs NULL bugDan Carpenter1-1/+1
2018-06-05test_overflow: Add memory allocation overflow testsKees Cook1-0/+110
2018-06-05test_overflow: Report test failuresKees Cook1-15/+39
2018-06-05test_overflow: macrofy some more, do more tests for freeRasmus Villemoes1-26/+22
2018-06-05lib: add runtime test of check_*_overflow functionsRasmus Villemoes1-0/+287