Sign in
android-kvm
/
linux
/
f3799ff16fcfacd44aee55db162830df461b631f
/
.
/
lib
/
test_fortify
/
write_overflow-strlcpy.c
blob: 1883db7c0cd67232a13646ab01824f8077b29649 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
#define
TEST \
strlcpy
(
instance
.
buf
,
large_src
,
sizeof
(
instance
.
buf
)
+
1
)
#include
"test_fortify.h"