summaryrefslogtreecommitdiffstats
path: root/lib/fortify_kunit.c
Commit message (Expand)AuthorAgeFilesLines
* kunit/fortify: Fix memcmp() test to be amplitude agnosticKees Cook2024-05-181-1/+1
* string: Add additional __realloc_size() annotations for "dup" helpersKees Cook2024-05-021-0/+26
* kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook2024-05-011-3/+3
* kunit/fortify: Add memcpy() testsKees Cook2024-04-301-3/+82
* kunit/fortify: Do not spam logs with fortify WARNsKees Cook2024-04-301-1/+8
* kunit/fortify: Rename tests to use recommended conventionsKees Cook2024-04-301-40/+40
* kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook2024-04-261-8/+8
* fortify: Improve buffer overflow reportingKees Cook2024-02-291-2/+2
* fortify: Add KUnit tests for runtime overflowsKees Cook2024-02-291-2/+605
* fortify: Provide KUnit counters for failure testingKees Cook2024-02-291-0/+41
* fortify: Allow KUnit test to build without FORTIFYKees Cook2024-02-291-0/+14
* fortify: test: Use kunit_devicedavidgow@google.com2023-12-181-2/+3
* Revert "fortify: Allow KUnit test to build without FORTIFY"Kees Cook2023-07-031-14/+0
* fortify: Allow KUnit test to build without FORTIFYKees Cook2023-05-161-0/+14
* kunit/fortify: Validate __alloc_size attribute resultsKees Cook2022-11-221-0/+255
* fortify: Adjust KUnit test for modular buildKees Cook2022-09-141-2/+1
* fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook2022-09-071-0/+77