Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-25
/
.
/
src
/
fuzz
/
fuzz.h
blob: e2bfab31685b572cd1a845216c792e2a6bfdcb6a [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#include
<stddef.h>
#include
<stdint.h>
/* The entry point into the fuzzer */
int
LLVMFuzzerTestOneInput
(
const
uint8_t
*
data
,
size_t
size
);