5d325decca
This PR wraps the cgroups.IsCgroup2UnifiedMode() helper method from runc in a defer/recover block because it might panic in some cases. Upstream fix in: https://github.com/opencontainers/runc/pull/3745 Closes #16179
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
```release-note:bug
|
|
cgutil: handle panic coming from runc helper method
|
|
```
|