Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / lib / test_fortify / read_overflow2_field-memmove.c
blob6cc2724c8f62c71f47879c1bb54ce2dba7168bdf
1 // SPDX-License-Identifier: GPL-2.0-only
2 #define TEST \
3 memmove(large, instance.buf, sizeof(instance.buf) + 1)
5 #include "test_fortify.h"