View Issue Details

IDProjectCategoryView StatusLast Update
0001394Issue 8 draftsSystem Interfacespublic2024-06-11 09:12
Reportergeoffclare Assigned To 
PrioritynormalSeverityObjectionTypeOmission
Status ClosedResolutionAccepted 
Product VersionDraft 1 
NameGeoff Clare
OrganizationThe Open Group
User Reference
Sectiongetenv()
Page Number1011
Line Number34750
Final Accepted Text
Summary0001394: Another way the getenv() return string is modifiable
DescriptionBug 0000188 added some text that acknowledges the application can modify the string returned by getenv() if it is part of a string previously added to the environment using putenv().

However, applications can also arrange for getenv() to return a known-modifiable string by setting environ to point to a suitable array of strings.
Desired ActionChange:
The application shall ensure that it does not modify the string pointed to by the getenv() function, [XSI]unless it is part of a string previously added to the environment using putenv()[/XSI].
to:
The application shall ensure that it does not modify the string pointed to by the getenv() function, [CX]unless it is part of a modifiable object previously placed in the environment by assigning a new value to environ[/CX] [XSI]or by using putenv()[/XSI].

Tagsissue8

Relationships

related to 0000188 Closedajosey 1003.1(2008)/Issue 7 thread-safe getenv() 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-08-26 09:18 geoffclare New Issue
2020-08-26 09:18 geoffclare Name => Geoff Clare
2020-08-26 09:18 geoffclare Organization => The Open Group
2020-08-26 09:18 geoffclare Section => getenv()
2020-08-26 09:18 geoffclare Page Number => 1011
2020-08-26 09:18 geoffclare Line Number => 34750
2020-08-26 09:19 geoffclare Relationship added related to 0000188
2020-08-26 09:20 geoffclare Desired Action Updated
2020-09-24 16:01 Don Cragun Status New => Resolved
2020-09-24 16:01 Don Cragun Resolution Open => Accepted
2020-09-24 16:01 Don Cragun Tag Attached: issue8
2020-10-08 10:39 geoffclare Status Resolved => Applied
2024-06-11 09:12 agadmin Status Applied => Closed