aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_fortify/write_overflow-strcpy.c
blob: 84f1c56a64c816adb238bb73971abffd90cb5a6d (plain)
1
2
3
4
5
// SPDX-License-Identifier: GPL-2.0-only
#define TEST	\
	strcpy(small, large_src)

#include "test_fortify.h"