Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b21bae9af1da9b319b5f52ca8fcda76a26cd175a
/
.
/
lib
/
test_fortify
/
read_overflow-memscan.c
blob: c1a97f2df0f019ef330aeecf73f4f428e904bdf6 [
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
memscan
(
small
,
0x7A
,
sizeof
(
small
)
+
1
)
4
5
#include
"test_fortify.h"