Sign in
cos
/
third_party
/
kernel
/
ae5b9c3b10d5f63b118fabc8879ec789e3fcbcda
/
.
/
lib
/
test_fortify
/
write_overflow_field-memset.c
blob: 2331da26909e7141d2817d209ec0c8f0c2d2b0c9 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
#define
TEST \
memset
(
instance
.
buf
,
0x42
,
sizeof
(
instance
.
buf
)
+
1
)
#include
"test_fortify.h"