mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-12 09:46:25 +08:00
38c21694ba
This is a way to prevent the code doing something really bad when a variable it uses is not set. Good to have since it helps to catch some logical errors etc. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>