Systemd/src/fuzz/fuzz-journald.h
2018-09-08 12:05:14 +02:00

11 lines
354 B
C

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include "journald-server.h"
void fuzz_journald_processing_function(
const uint8_t *data,
size_t size,
void (*f)(Server *s, const char *buf, size_t raw_len, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len)
);