]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/fuzz/fuzzer-entry-point.c
test-bus-vtable: also print introspection for the fallback vtable
[thirdparty/systemd.git] / src / fuzz / fuzzer-entry-point.c
1 #include "fuzz.h"
2
3 int FuzzerEntrypoint(const uint8_t *data, size_t size) {
4 return LLVMFuzzerTestOneInput(data, size);
5 }