From: Evgeny Vereshchagin Date: Mon, 3 Sep 2018 07:03:10 +0000 (+0000) Subject: journald: make server_process_native_message compatible with fuzz_journald_processing... X-Git-Tag: v240~757^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21acb27b71f6284a57e4e9f3ac5f0d38721ef4eb;p=thirdparty%2Fsystemd.git journald: make server_process_native_message compatible with fuzz_journald_processing_function --- diff --git a/src/journal/journald-native.c b/src/journal/journald-native.c index 5ff22a10af6..b2f6e11dba5 100644 --- a/src/journal/journald-native.c +++ b/src/journal/journald-native.c @@ -277,7 +277,7 @@ finish: void server_process_native_message( Server *s, - const void *buffer, size_t buffer_size, + const char *buffer, size_t buffer_size, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len) { diff --git a/src/journal/journald-native.h b/src/journal/journald-native.h index 7211d4fab48..2a33ef74c5a 100644 --- a/src/journal/journald-native.h +++ b/src/journal/journald-native.h @@ -5,7 +5,7 @@ void server_process_native_message( Server *s, - const void *buffer, + const char *buffer, size_t buffer_size, const struct ucred *ucred, const struct timeval *tv,