Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kunit/fortify: Fix replaced failure path to unbreak __alloc_size | Kees Cook | 2024-05-30 | 1 | -3/+3 |
* | kunit/fortify: Fix mismatched kvalloc()/vfree() usage | Kees Cook | 2024-05-30 | 1 | -8/+8 |
* | fortify: Improve buffer overflow reporting | Kees Cook | 2024-02-29 | 1 | -2/+2 |
* | fortify: Add KUnit tests for runtime overflows | Kees Cook | 2024-02-29 | 1 | -2/+605 |
* | fortify: Provide KUnit counters for failure testing | Kees Cook | 2024-02-29 | 1 | -0/+41 |
* | fortify: Allow KUnit test to build without FORTIFY | Kees Cook | 2024-02-29 | 1 | -0/+14 |
* | fortify: test: Use kunit_device | davidgow@google.com | 2023-12-18 | 1 | -2/+3 |
* | Revert "fortify: Allow KUnit test to build without FORTIFY" | Kees Cook | 2023-07-03 | 1 | -14/+0 |
* | fortify: Allow KUnit test to build without FORTIFY | Kees Cook | 2023-05-16 | 1 | -0/+14 |
* | kunit/fortify: Validate __alloc_size attribute results | Kees Cook | 2022-11-22 | 1 | -0/+255 |
* | fortify: Adjust KUnit test for modular build | Kees Cook | 2022-09-14 | 1 | -2/+1 |
* | fortify: Add KUnit test for FORTIFY_SOURCE internals | Kees Cook | 2022-09-07 | 1 | -0/+77 |