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