xref: /linux/lib/test_fortify/write_overflow_field-memmove.c (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
1*938a000eSKees Cook // SPDX-License-Identifier: GPL-2.0-only
2*938a000eSKees Cook #define TEST	\
3*938a000eSKees Cook 	memmove(instance.buf, large, sizeof(instance.buf) + 1)
4*938a000eSKees Cook 
5*938a000eSKees Cook #include "test_fortify.h"
6