Projects STRLCPY criu Commits 45e4a6b2
🤬
  • netlink: fix netlink fd flags dump/restore failed

    During the restore process, netlink fd uses the flags in the
    NetlinkSkEntry structure to restore the file state, but during
    the dump process, the flags values is not saved to the structure.
    
    Signed-off-by: zhoujie <[email protected]>
    Signed-off-by: hejingxian <[email protected]>
  • Loading...
  • hdzhoujie committed with Andrei Vagin 1 year ago
    45e4a6b2
    1 parent 6c728df1
  • ■ ■ ■ ■
    criu/sk-netlink.c
    skipped 160 lines
    161 161   
    162 162   ne.protocol = val;
    163 163   }
    164  - 
     164 + ne.flags = p->flags;
    165 165   ne.fown = (FownEntry *)&p->fown;
    166 166   ne.opts = &skopts;
    167 167   
    skipped 115 lines
Please wait...
Page is in error, reload to recover