[Devel] [PATCH criu v7-u5 0/2] Fix nil dereference in mount code and udp socks

Cyrill Gorcunov gorcunov at gmail.com
Sat Jul 22 13:27:07 MSK 2017


Hi! Here are few bugs fixed

 - we may hit nil dereference problem when dereferencing parent's ids in mount code
 - calling shutwodn on udp closed sockets should not prevent the restore

Please take a look, I think the vanilla criu needs the same fixes.

https://jira.sw.ru/browse/PSBM-68062

Cyrill Gorcunov (2):
  mount: restore_task_mnt_ns - Lookup for mount namespace conditionally
  sk-inet: udp -- Don't fail on calling shutdown on disconnected socket

 criu/mount.c   | 7 +++++--
 criu/sk-inet.c | 9 +++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

-- 
2.7.5



More information about the Devel mailing list