forked from containers/crun
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
Submodule libocispec
updated
8 files
+0 −6 | Makefile.am | |
+15 −0 | diff | |
+1 −1 | image-spec | |
+1 −1 | runtime-spec | |
+3 −6 | src/image/mod.rs | |
+2 −7 | src/ocispec/headers.py | |
+0 −9 | src/ocispec/json_common.h | |
+3 −45 | src/runtime/mod.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters