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