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