aboutsummaryrefslogtreecommitdiff
path: root/lib/fortify_kunit.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersGravatar Kees Cook 1-0/+26
2024-05-01kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeGravatar Kees Cook 1-3/+3
2024-04-30kunit/fortify: Add memcpy() testsGravatar Kees Cook 1-3/+82
2024-04-30kunit/fortify: Do not spam logs with fortify WARNsGravatar Kees Cook 1-1/+8
2024-04-30kunit/fortify: Rename tests to use recommended conventionsGravatar Kees Cook 1-40/+40
2024-04-26kunit/fortify: Fix mismatched kvalloc()/vfree() usageGravatar Kees Cook 1-8/+8
2024-02-29fortify: Improve buffer overflow reportingGravatar Kees Cook 1-2/+2
2024-02-29fortify: Add KUnit tests for runtime overflowsGravatar Kees Cook 1-2/+605
2024-02-29fortify: Provide KUnit counters for failure testingGravatar Kees Cook 1-0/+41
2024-02-29fortify: Allow KUnit test to build without FORTIFYGravatar Kees Cook 1-0/+14
2023-12-18fortify: test: Use kunit_deviceGravatar davidgow@google.com 1-2/+3
2023-07-03Revert "fortify: Allow KUnit test to build without FORTIFY"Gravatar Kees Cook 1-14/+0
2023-05-16fortify: Allow KUnit test to build without FORTIFYGravatar Kees Cook 1-0/+14
2022-11-22kunit/fortify: Validate __alloc_size attribute resultsGravatar Kees Cook 1-0/+255
2022-09-14fortify: Adjust KUnit test for modular buildGravatar Kees Cook 1-2/+1
2022-09-07fortify: Add KUnit test for FORTIFY_SOURCE internalsGravatar Kees Cook 1-0/+77