Bastian
Results
11
issues of
Bastian
In src/libcrun/container.c exists a handler for `SIGWINCH`. This handler breaks out of the wait loop prematurely if no terminal is assigned: ``` if (UNLIKELY (args->terminal_fd < 0)) return 0; ```...