mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
57edce4659
Cgroup controllers should never panic, and yet sometimes they do. Add a unit test to check that controllers never panic when called with nil arguments and/or resources, and fix a few found cases. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>