Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
journal-gatewayd: fix segfault with certain request
When client requests to get logs with `follow` and `KEY=match` that doesn't match any log entry, journal-gatewayd segfaulted. Make request_reader_entries to return zero in such case to wait for matching entries. This fixes systemd#3873.
- Loading branch information