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