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

Kees Cook posted 3 patches 1 year, 9 months ago
include/linux/fortify-string.h |   6 +-
lib/fortify_kunit.c            | 174 ++++++++++++++++++++++++---------
2 files changed, 135 insertions(+), 45 deletions(-)
[PATCH 0/3] kunit/fortify: Add memcpy() tests
Posted by Kees Cook 1 year, 9 months ago
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(-)

-- 
2.34.1