View Issue Details

IDProjectCategoryView StatusLast Update
00002961003.1(2008)/Issue 7System Interfacespublic2013-04-16 13:06
Reportergeoffclare Assigned Toajosey  
PrioritynormalSeverityObjectionTypeError
Status ClosedResolutionAccepted 
NameGeoff Clare
OrganizationThe Open Group
User Reference
Sectionexec
Page Number777
Line Number25899-25929
Interp Status---
Final Accepted Text
Summary0000296: Some exec errors are not relevant for fexecve()
DescriptionThe 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:").

Tagstc1-2008

Activities

There are no notes attached to this issue.

Issue History

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 Don Cragun Status Under Review => Resolved
2010-07-29 16:17 Don Cragun Resolution Open => Accepted
2010-08-27 11:14 ajosey Tag Attached: tc1-2008
2013-04-16 13:06 ajosey Status Resolved => Closed