Files
buildkit/executor
Erik Sipsma 9b0bdb6006 Prevent overflow of runc exit code.
It's possible for the Status field of runc.ExitError to be set to -1, in
which case conversion to uint32 results in the error message to say that
the container exited with code 4294967295 (2^32-1).

Signed-off-by: Erik Sipsma <erik@sipsma.dev>
2023-03-31 19:31:55 -07:00
..