View Issue Details

IDProjectCategoryView StatusLast Update
00002951003.1(2008)/Issue 7System Interfacespublic2013-04-16 13:06
Reportergeoffclare Assigned Toajosey  
PrioritynormalSeverityCommentTypeError
Status ClosedResolutionAccepted As Marked 
NameGeoff Clare
OrganizationThe Open Group
User Reference
Sectionnewlocale
Page Number1365
Line Number44768, 44787
Interp Status---
Final Accepted TextSee 0000295:0000487
Summary0000295: newlocale() examples pass NULL where locale_t expected
DescriptionThe examples on the newlocale() page pass NULL as the base argument.
This argument has type locale_t, which is not required to be a
pointer type, and therefore NULL (which has type void *) might
not be a valid value for that argument.
Desired ActionChange both occurrences of "NULL" to "0" (without the quotes).
Tagstc1-2008

Activities

nick

2010-07-29 16:15

manager   bugnote:0000487

Change both occurrences of "NULL" to "(locale_t)0" (without the quotes).

Issue History

Date Modified Username Field Change
2010-07-26 10:17 geoffclare New Issue
2010-07-26 10:17 geoffclare Status New => Under Review
2010-07-26 10:17 geoffclare Assigned To => ajosey
2010-07-26 10:17 geoffclare Name => Geoff Clare
2010-07-26 10:17 geoffclare Organization => The Open Group
2010-07-26 10:17 geoffclare Section => newlocale
2010-07-26 10:17 geoffclare Page Number => 1365
2010-07-26 10:17 geoffclare Line Number => 44768, 44787
2010-07-26 10:17 geoffclare Interp Status => ---
2010-07-29 16:15 nick Note Added: 0000487
2010-07-29 16:15 nick Status Under Review => Resolved
2010-07-29 16:15 nick Resolution Open => Accepted As Marked
2010-07-29 16:16 nick Final Accepted Text => See 0000295:0000487
2010-08-27 11:15 ajosey Tag Attached: tc1-2008
2013-04-16 13:06 ajosey Status Resolved => Closed