You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In runtime-spec, mount's type property is optional and thus it can be
NULL (for bind mounts). This is accounted for in other parts of code
but not in c/r.
This fix prevents SIGSEGV on crun checkpoint/restore.
Found when running runc's integration test named
"checkpoint and restore (bind mount, destination is symlink)"
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments