mbox series

[0/3] kunit/fortify: Add memcpy() tests

Message ID 20240429194019.work.664-kees@kernel.org (mailing list archive)
Headers show
Series kunit/fortify: Add memcpy() tests | expand

Message

Kees Cook April 29, 2024, 7:43 p.m. UTC
Hi,

This adds memcpy() fortify KUnit tests, similar to how the others
were done. This is in preparation for removing the 0-sized destination
exclusion now that we seem to be in good shape now after removing all
our 0-sized arrays.

-Kees

Kees Cook (3):
  kunit/fortify: Rename tests to use recommended conventions
  kunit/fortify: Do not spam logs with fortify WARNs
  kunit/fortify: Add memcpy() tests

 include/linux/fortify-string.h |   6 +-
 lib/fortify_kunit.c            | 174 ++++++++++++++++++++++++---------
 2 files changed, 135 insertions(+), 45 deletions(-)