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