| Issue 203976: | libminijail passes through positive errno values when rest of returns are -ve | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
$ grep return libminijail.c
...
return -EINVAL;
return -EINVAL;
return -EINVAL;
return -EINVAL;
return 0;
return errno;
return errno;
return 0;
return ret;
return ret;
return -EINVAL;
return -E2BIG;
return -ENOMEM;
...
It looks like all the "return errno" cases should be "return -errno" instead.
Sep 28, 2011
#1
bugdroid1@chromium.org
Oct 14, 2011
(No comment was entered for this change.)
Status:
Verified
Oct 17, 2011
Claiming work for iteration-40
Labels:
Iteration-40
Jan 9, 2012
(No comment was entered for this change.)
Labels:
FixedIn-1099.0.0
Jan 20, 2012
(No comment was entered for this change.)
Labels:
FixedInIndex-25
Mar 6, 2013
(No comment was entered for this change.)
Labels:
OS-Chrome
Mar 9, 2013
(No comment was entered for this change.)
Labels:
-Area-Platform Cr-OS-Kernel
|
||||||||||
| ► Sign in to add a comment | |||||||||||