Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ad29a2fb3c201ef066b0a9fe10a6e14dd0d59c48
/
.
/
lib
/
test_fortify
/
write_overflow-strcpy-lit.c
blob: 51effb3e50f9dbcf414e3a2e90617d4d3b6d7713 [
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
strcpy
(
small
,
LITERAL_LARGE
)
4
5
#include
"test_fortify.h"