xref: /linux/lib/test_fortify/write_overflow-strncpy-src.c (revision bc68e428d4963af0201e92159629ab96948f0893)
1 // SPDX-License-Identifier: GPL-2.0-only
2 #define TEST	\
3 	strncpy(small, large_src, sizeof(small) + 1)
4 
5 #include "test_fortify.h"
6