summaryrefslogtreecommitdiff
path: root/lib/fortify_kunit.c
AgeCommit message (Expand)Author
2024-05-18kunit/fortify: Fix memcmp() test to be amplitude agnosticKees Cook
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook
2024-05-01kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook
2024-04-30kunit/fortify: Add memcpy() testsKees Cook
2024-04-30kunit/fortify: Do not spam logs with fortify WARNsKees Cook
2024-04-30kunit/fortify: Rename tests to use recommended conventionsKees Cook
2024-04-26kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook
2024-02-29fortify: Improve buffer overflow reportingKees Cook
2024-02-29fortify: Add KUnit tests for runtime overflowsKees Cook
2024-02-29fortify: Provide KUnit counters for failure testingKees Cook
2024-02-29fortify: Allow KUnit test to build without FORTIFYKees Cook
2023-12-18fortify: test: Use kunit_devicedavidgow@google.com
2023-07-03Revert "fortify: Allow KUnit test to build without FORTIFY"Kees Cook
2023-05-16fortify: Allow KUnit test to build without FORTIFYKees Cook
2022-11-22kunit/fortify: Validate __alloc_size attribute resultsKees Cook
2022-09-14fortify: Adjust KUnit test for modular buildKees Cook
2022-09-07fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook