summaryrefslogtreecommitdiffstats
path: root/lib/test_overflow.c
Commit message (Expand)AuthorAgeFilesLines
* lib: overflow: Convert to KunitKees Cook2022-02-271-726/+0
* overflow: Provide constant expression struct_sizeKees Cook2022-02-161-9/+17
* overflow: Implement size_t saturating arithmetic helpersKees Cook2022-02-161-0/+98
* test_overflow: Regularize test reporting outputKees Cook2022-02-091-24/+30
* lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook2019-07-161-5/+6
* test_overflow: Add shift overflow testsKees Cook2018-08-081-1/+197
* test_overflow: fix an IS_ERR() vs NULL bugDan Carpenter2018-06-121-1/+1
* test_overflow: Add memory allocation overflow testsKees Cook2018-06-051-0/+110
* test_overflow: Report test failuresKees Cook2018-06-051-15/+39
* test_overflow: macrofy some more, do more tests for freeRasmus Villemoes2018-06-051-26/+22
* lib: add runtime test of check_*_overflow functionsRasmus Villemoes2018-06-051-0/+287