Sign in
android-kvm
/
linux
/
e88ca24319e427a685a2e9e3a124ad5beca01158
/
.
/
lib
/
test_fortify
/
write_overflow_field-memmove.c
blob: 377fcf9bb2fdc16b6b831544a687be8e61475019 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
#define
TEST \
memmove
(
instance
.
buf
,
large
,
sizeof
(
instance
.
buf
)
+
1
)
#include
"test_fortify.h"