mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
journald: make server_process_native_message compatible with fuzz_journald_processing_function
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user