Files
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
..
2019-10-31 17:42:37 +01:00
2019-11-19 15:38:03 -05:00
2020-03-03 15:43:31 -05:00
2020-01-25 15:09:09 -06:00
2019-10-31 17:42:37 +01:00
2019-06-27 07:56:24 -05:00