diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-08 13:50:52 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:37:05 +0200 |
commit | d856e87f4002fa520594a2c843cb7e3b002cbb6e (patch) | |
tree | 033c6a34201bbefe2f503f4a6c1f497005c3c916 /test/redhat_sigstore.yaml | |
parent | b7b8fce82693ae0f9ebb0561cd3e6c118ad35fe9 (diff) | |
download | podman-d856e87f4002fa520594a2c843cb7e3b002cbb6e.tar.gz podman-d856e87f4002fa520594a2c843cb7e3b002cbb6e.tar.bz2 podman-d856e87f4002fa520594a2c843cb7e3b002cbb6e.zip |
events endpoint: fix panic and race condition
Fix a potential panic in the events endpoint when parsing the filters
parameter. Values of the filters map might be empty, so we need to
account for that instead of uncondtitionally accessing the first item.
Also apply a similar for race conditions as done in commit f4a2d25c0fca:
Fix a race that could cause read errors to be masked. Masking
such errors is likely to report red herrings since users don't
see that reading failed for some reasons but that a given event
could not be found.
Another race was the handler closing event channel, which could lead to
two kinds of panics: double close, send to close channel. The backend
takes care of that. However, make sure that the backend stops working
in case the context has been cancelled.
Fixes: #6899
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'test/redhat_sigstore.yaml')
0 files changed, 0 insertions, 0 deletions