Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
4367d760ef82aa970cfb0fc370ed2777a6de2053
/
.
/
lib
/
test_fortify
/
write_overflow-memset.c
blob: 36e34908cfb391a95129c9c7de4f5d618f692d33 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
#define
TEST \
memset
(
instance
.
buf
,
0x5A
,
sizeof
(
large_src
))
#include
"test_fortify.h"