mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-01 11:24:25 +08:00
6 lines
129 B
C
6 lines
129 B
C
|
// SPDX-License-Identifier: GPL-2.0-only
|
||
|
#define TEST \
|
||
|
strncpy(small, large_src, sizeof(small) + 1)
|
||
|
|
||
|
#include "test_fortify.h"
|