Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f71077a4d84bbe8c7b91b7db7c4ef815755ac5e3
/
.
/
lib
/
test_fortify
/
write_overflow-strscpy.c
blob: 38feddf377dc039049754dd39b8e0c41c340606d [
file
] [
log
] [
blame
]
Kees Cook
be58f71
2021-04-20 23:22:52 -0700
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0-only
2
#define
TEST \
3
strscpy
(
instance
.
buf
,
large_src
,
sizeof
(
instance
.
buf
)
+
1
)
4
5
#include
"test_fortify.h"