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