Curd Becker

Results 2 issues of Curd Becker

SSL sockets can't be used with `select()` in the same way raw sockets would, since the OS socket readable/writable state is not always identical to the one of the SSL...

bug

`runc` fails to run on Linux kernels without user-namespace support, since the missing `setgroups` file in `procfs` triggers a wrapped error and wrapped errors are unfortunately handled incorrectly. More precisely,...