openEuler_kernel_rk3588/lib/test_fortify/write_overflow-strcpy-lit.c
2026-01-29 22:25:33 +08:00

6 lines
113 B
C

// SPDX-License-Identifier: GPL-2.0-only
#define TEST \
strcpy(small, LITERAL_LARGE)
#include "test_fortify.h"