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
..
2020-03-03 15:43:31 -05:00
2020-01-13 14:27:02 +01:00
2020-01-14 10:51:59 +01:00
2020-03-03 15:43:31 -05:00
2020-01-13 14:27:02 +01:00
2020-02-18 16:00:36 +05:30
2020-01-15 17:08:22 +01:00
2020-02-21 09:37:30 -05:00
2019-07-07 08:54:20 -05:00
2020-01-13 14:27:02 +01:00
2019-10-31 17:42:37 +01:00
2019-07-22 15:57:23 -04:00
2020-03-03 15:43:31 -05:00
2019-10-31 17:42:37 +01:00
2020-03-02 10:58:11 -05:00
2019-10-31 17:42:37 +01:00
2020-01-25 15:09:09 -06:00
2019-06-25 13:51:24 -05:00
2019-11-29 05:34:52 -05:00
2020-01-13 14:27:02 +01:00
2020-03-02 10:58:11 -05:00
2020-01-25 15:09:09 -06:00
2019-08-28 11:35:00 -04:00
2020-01-13 14:27:02 +01:00
2020-01-14 10:51:59 +01:00
2019-10-31 17:42:37 +01:00
2019-06-25 13:51:24 -05:00
2020-02-11 22:24:14 +01:00
2020-02-13 21:42:57 -05:00
2020-02-21 09:37:30 -05:00
2020-01-16 13:49:21 -05:00
2020-02-27 13:11:42 -06:00