Sign in
android-kvm
/
linux
/
367b3560e10bbae3660d8ba4d0a7cc92170d8398
/
.
/
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"