Welcome to mirror list, hosted at ThFree Co, Russian Federation.

write_overflow-memcpy.c « test_fortify « lib - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b3984e428fb75d444688fd06ba06d70a00ad2ca (plain)
1
2
3
4
5
// SPDX-License-Identifier: GPL-2.0-only
#define TEST	\
	memcpy(instance.buf, large_src, sizeof(large_src))

#include "test_fortify.h"