diff options
Diffstat (limited to 'lib/test_fortify/read_overflow2_field-memmove.c')
-rw-r--r-- | lib/test_fortify/read_overflow2_field-memmove.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/test_fortify/read_overflow2_field-memmove.c b/lib/test_fortify/read_overflow2_field-memmove.c new file mode 100644 index 000000000000..6cc2724c8f62 --- /dev/null +++ b/lib/test_fortify/read_overflow2_field-memmove.c @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-only +#define TEST \ + memmove(large, instance.buf, sizeof(instance.buf) + 1) + +#include "test_fortify.h" |