Sign in
cos
/
third_party
/
kernel
/
refs/heads/cvm/M109-tdx-quote-support
/
.
/
lib
/
test_fortify
/
write_overflow-strlcpy.c
blob: 1883db7c0cd67232a13646ab01824f8077b29649 [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: GPL-2.0-only
#define
TEST \
strlcpy
(
instance
.
buf
,
large_src
,
sizeof
(
instance
.
buf
)
+
1
)
#include
"test_fortify.h"