varlink: PullImage() crashes podman if an error occurs #3715
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman
crashes if pulling an image results in an error via varlink API.Steps to reproduce the issue:
Pick an image name that will fail for your configuration, for example:
alpine:latest
Try to pull it via varlink:
varlink call unix:///run/podman/io.podman/io.podman.PullImage '{"name":"alpine:latest"}'
Describe the results you received:
podman
crashes:Describe the results you expected:
podman
not to crash.Additional information you deem important (e.g. issue happens only occasionally):
Happens irrespective of whether more flag is set.
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
Physical Ubuntu box.
The text was updated successfully, but these errors were encountered: