Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
133d9c53c9dcbb1b8f317e402e79c44d9eb725c9
/
.
/
lib
/
test_fortify
/
read_overflow-memchr.c
blob: 2743084b32afab2655a7ddeb50320c4bdaf526cf [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
#define
TEST \
memchr
(
small
,
0x7A
,
sizeof
(
small
)
+
1
)
#include
"test_fortify.h"