diff options
Diffstat (limited to 'lib/test_fortify/read_overflow-memchr.c')
-rw-r--r-- | lib/test_fortify/read_overflow-memchr.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/test_fortify/read_overflow-memchr.c b/lib/test_fortify/read_overflow-memchr.c new file mode 100644 index 000000000..2743084b3 --- /dev/null +++ b/lib/test_fortify/read_overflow-memchr.c @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-only +#define TEST \ + memchr(small, 0x7A, sizeof(small) + 1) + +#include "test_fortify.h" |