mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
journal-gatewayd: add missing assertions
This commit is contained in:
parent
c5d6754725
commit
3d6d879d26
@ -348,6 +348,9 @@ static int request_parse_range_entries(
|
||||
const char *colon;
|
||||
int r;
|
||||
|
||||
assert(m);
|
||||
assert(entries_request);
|
||||
|
||||
colon = strchr(entries_request, ':');
|
||||
if (!colon)
|
||||
m->cursor = strdup(entries_request);
|
||||
@ -376,6 +379,9 @@ static int request_parse_range_time(
|
||||
const char *colon;
|
||||
int r;
|
||||
|
||||
assert(m);
|
||||
assert(time_request);
|
||||
|
||||
colon = strchr(time_request, ':');
|
||||
if (!colon)
|
||||
return -EINVAL;
|
||||
|
Loading…
Reference in New Issue
Block a user