Sign in
gbmc
/
linux
/
9d8e536d36e75e76614fe09ffab9a1df95b8b666
/
.
/
lib
/
test_fortify
/
write_overflow_field-memcpy.c
blob: 28cc81058dd3443001b12faa550e82e7885ab761 [
file
]
// SPDX-License-Identifier: GPL-2.0-only
#define
TEST \
memcpy
(
instance
.
buf
,
large
,
sizeof
(
instance
.
buf
)
+
1
)
#include
"test_fortify.h"