Austin Group Defect Tracker

Aardvark Mark IV


Viewing Issue Simple Details Jump to Notes ] Issue History ] Print ]
ID Category Severity Type Date Submitted Last Update
0001665 [Issue 8 drafts] System Interfaces Objection Error 2023-04-13 09:15 2023-06-27 15:17
Reporter geoffclare View Status public  
Assigned To
Priority normal Resolution Accepted  
Status Applied   Product Version Draft 3
Name Geoff Clare
Organization The Open Group
User Reference
Section open()
Page Number 1506
Line Number 50451, 50458
Final Accepted Text
Summary 0001665: Contradictory text in descriptions of O_EXEC and O_SEARCH
Description The changes from bug 0000658 talk about the possibility of open() with O_EXEC on a directory, or O_SEARCH on a non-directory file, opening the file with an unspecified access mode. However, there is no circumstance in which text elsewhere allows this to happen.

For O_EXEC on a directory:
  • If O_EXEC is the same value as O_SEARCH, the description of O_SEARCH applies and the directory is opened for searching.

  • If O_EXEC is not the same value as O_SEARCH, the ERRORS section mandates
    an EISDIR error.


Similarly for O_SEARCH on a non-directory file and ENOTDIR.
Desired Action On page 1506 line 50451 section open() O_EXEC, change:
If path names a directory, it is unspecified whether open() fails, or whether the directory is opened but with an unspecified access mode.
to:
If path names a directory and O_EXEC is not the same value as O_SEARCH, open() shall fail.

On page 1506 line 50458 section open() O_SEARCH, change:
If path names a non-directory file, it is unspecified whether open() fails, or whether the file is opened but with an unspecified access mode.
to:
If path names a non-directory file and O_SEARCH is not the same value as O_EXEC, open() shall fail.

On page 1506 line 50462 section open(), delete:
If a file is successfully opened with an unspecified access mode, an application can use fcntl() to discover the access mode that was selected.

On page 1513 line 50753 section open() RATIONALE, change:
Although the standard allows open() to fail on an attempt to use O_EXEC on a directory, or O_SEARCH on a non-directory, this is only possible in implementations where the two modes have distinct values.
to:
Although this standard requires open() to fail on an attempt to use O_EXEC on a directory, or O_SEARCH on a non-directory, this only applies in implementations where the two modes have distinct values.

Tags applied_after_i8d3, issue8
Attached Files

- Relationships
related to 0000658Appliedajosey 1003.1(2008)/Issue 7 Undefined/unspecified behavior clauses in description of open have race conditions 

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2023-04-13 09:15 geoffclare New Issue
2023-04-13 09:15 geoffclare Name => Geoff Clare
2023-04-13 09:15 geoffclare Organization => The Open Group
2023-04-13 09:15 geoffclare Section => open()
2023-04-13 09:15 geoffclare Page Number => 1506
2023-04-13 09:15 geoffclare Line Number => 50451, 50458
2023-04-13 09:16 geoffclare Relationship added related to 0000658
2023-06-08 16:08 Don Cragun Status New => Resolved
2023-06-08 16:08 Don Cragun Resolution Open => Accepted
2023-06-08 16:08 Don Cragun Tag Attached: issue8
2023-06-27 15:17 geoffclare Status Resolved => Applied
2023-06-27 15:17 geoffclare Tag Attached: applied_after_i8d3


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker