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
0001829 [1003.1(2016/18)/Issue7+TC2] System Interfaces Objection Error 2024-05-02 16:48 2024-05-02 16:52
Reporter geoffclare View Status public  
Assigned To
Priority normal Resolution Open  
Status New  
Name Geoff Clare
Organization The Open Group
User Reference
Section symlink()
Page Number 2095
Line Number 67093
Interp Status ---
Final Accepted Text
Summary 0001829: symlink() and terminating null bytes
Description The description of symlink() says the created symbolic link contains "the string pointed to by path1". Since a string by definition has a terminating null byte, by a strict reading this implies the null is included in the symbolic link, but that's not the intended requirement, nor how systems behave.
Desired Action On page 2095 line 67093 section symlink(), change:
The symlink() function shall create a symbolic link called path2 that contains the string pointed to by path1 (path2 is the name of the symbolic link created, path1 is the string contained in the symbolic link).
to:
The symlink() function shall create a symbolic link called path2 that contains the string pointed to by path1, excluding the terminating null byte. (That is, path2 specifies the pathname of the symbolic link created; path1 specifies the contents of the symbolic link.)

Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0006776)
geoffclare (manager)
2024-05-02 16:52

Also on page 965 line 32824 section fstatat(), delete:
not including any terminating null byte

- Issue History
Date Modified Username Field Change
2024-05-02 16:48 geoffclare New Issue
2024-05-02 16:48 geoffclare Name => Geoff Clare
2024-05-02 16:48 geoffclare Organization => The Open Group
2024-05-02 16:48 geoffclare Section => symlink()
2024-05-02 16:48 geoffclare Page Number => 2095
2024-05-02 16:48 geoffclare Line Number => 67093
2024-05-02 16:48 geoffclare Interp Status => ---
2024-05-02 16:52 geoffclare Note Added: 0006776


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