LingmoOS-kernel/lib/test_fortify/write_overflow-strncpy.c

6 lines
143 B
C
Raw Normal View History

2024-07-18 03:58:23 +00:00
// SPDX-License-Identifier: GPL-2.0-only
#define TEST \
strncpy(instance.buf, large_src, sizeof(instance.buf) + 1)
#include "test_fortify.h"