Before, we were using -1 as a bogus value in podman to signify something went wrong when reading from a conmon pipe. However, conmon uses negative values to indicate the runtime failed, and return the runtime's exit code. instead, we should use a bogus value that is actually bogus. Define that value in the define package as MinInt32 (-1<< 31 - 1), which is outside of the range of possible pids (-1 << 31) Signed-off-by: Peter Hunt <pehunt@redhat.com> |
||
|---|---|---|
| .. | ||
| config.go | ||
| containerstate.go | ||
| errors.go | ||
| exec_codes.go | ||
| podstate.go | ||
| runtime.go | ||
| version.go | ||