Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When attempting to kill a dead processes, do not return failure
A race exists where a container engine tells crun to kill a container, process, where the process already died. In this case do not return an error. Fixes: containers/podman#18452 Signed-off-by: Daniel J Walsh <[email protected]>
- Loading branch information