Projects STRLCPY criu Commits e7ab6fe6
🤬
  • ■ ■ ■ ■
    criu/cr-restore.c
    skipped 1789 lines
    1790 1790   }
    1791 1791   
    1792 1792   if (log_init_by_pid(vpid(current)))
    1793  - return -1;
     1793 + goto err;
    1794 1794   
    1795 1795   if (current->parent == NULL) {
    1796 1796   /*
    skipped 2158 lines
Please wait...
Page is in error, reload to recover