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