Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oci: check for valid PID before kill(pid, 0)
check that the container has a valid pid before attempting to use kill($PID, 0) on it. If the PID==0, it means the container is already stopped. Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information