View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000296 | 1003.1(2008)/Issue 7 | System Interfaces | public | 2010-07-27 11:35 | 2013-04-16 13:06 |
| Reporter | geoffclare | Assigned To | ajosey | ||
| Priority | normal | Severity | Objection | Type | Error |
| Status | Closed | Resolution | Accepted | ||
| Name | Geoff Clare | ||||
| Organization | The Open Group | ||||
| User Reference | |||||
| Section | exec | ||||
| Page Number | 777 | ||||
| Line Number | 25899-25929 | ||||
| Interp Status | --- | ||||
| Final Accepted Text | |||||
| Summary | 0000296: Some exec errors are not relevant for fexecve() | ||||
| Description | The ERRORS section on the exec page has a number of errors listed after "The exec functions shall/may fail if:" that are not relevant for fexecve() because it has no path or file argument. | ||||
| Desired Action |
At line 25899 change
Search permission is denied for a directory listed in the new
process image file's path prefix, or the new process image file
denies execution permission, or the
to
The
At line 25917 before
The exec functions, except for execlp() and execvp(), shall fail if:
insert
The exec functions, except for fexecve(), shall fail if:
[EACCES] Search permission is denied for a directory listed in the
new process image file's path prefix, or the new process
image file denies execution permission.
Move the following errors from the indicated line numbers to after this
inserted [EACCES] error:
25906 [ELOOP]
25908 [ENAMETOOLONG]
25910 [ENOENT]
25912 [ENOTDIR]
At line 25931 (after ENOMEM) add:
The exec functions, except for fexecve(), may fail if:
Move the following errors from the indicated line numbers to after this
added line:
25923 [ELOOP]
25925 [ENAMETOOLONG]
(This leaves just ENOMEM under "The exec functions may fail if:").
| ||||
| Tags | tc1-2008 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-07-27 11:35 | geoffclare | New Issue | |
| 2010-07-27 11:35 | geoffclare | Status | New => Under Review |
| 2010-07-27 11:35 | geoffclare | Assigned To | => ajosey |
| 2010-07-27 11:35 | geoffclare | Name | => Geoff Clare |
| 2010-07-27 11:35 | geoffclare | Organization | => The Open Group |
| 2010-07-27 11:35 | geoffclare | Section | => exec |
| 2010-07-27 11:35 | geoffclare | Page Number | => 777 |
| 2010-07-27 11:35 | geoffclare | Line Number | => 25899-25929 |
| 2010-07-27 11:35 | geoffclare | Interp Status | => --- |
| 2010-07-29 16:17 |
|
Status | Under Review => Resolved |
| 2010-07-29 16:17 |
|
Resolution | Open => Accepted |
| 2010-08-27 11:14 | ajosey | Tag Attached: tc1-2008 | |
| 2013-04-16 13:06 | ajosey | Status | Resolved => Closed |