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