Sign in
android-kvm
/
linux
/
98d364509d77e2d441ef6d8bdf13e1a4258eac6c
/
.
/
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"