Quoting [email protected] ([email protected]):
...
> +             pid = clone_with_pids(do_child, stack, flags, &pid_set,
> +                                     (void *)argv);
> +             if (pid == -1) {
> +                     perror("clone");
> +                     return -1;
> +             }

Come on Serge, what crapppy code!  The clone_with_pids() wrapper used
in user-cr doesn't set errno, so this is messed up on failure.  Shape
up!

-serge
_______________________________________________
Containers mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to