podman/libpod/define
Peter Hunt d3d97a25e8 Exec: use ErrorConmonRead
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>
2020-03-03 15:43:31 -05:00
..
config.go add libpod/config 2019-10-31 17:42:37 +01:00
containerstate.go Add ContainerStateRemoving 2019-11-19 15:38:03 -05:00
errors.go Add basic deadlock detection for container start/remove 2020-02-24 09:29:34 -05:00
exec_codes.go Exec: use ErrorConmonRead 2020-03-03 15:43:31 -05:00
podstate.go APIv2 review corrections #3 2020-01-25 15:09:09 -06:00
runtime.go add libpod/config 2019-10-31 17:42:37 +01:00
version.go libpod removal from main (phase 2) 2019-06-27 07:56:24 -05:00