View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000295 | 1003.1(2008)/Issue 7 | System Interfaces | public | 2010-07-26 10:17 | 2013-04-16 13:06 |
Reporter | geoffclare | Assigned To | ajosey | ||
Priority | normal | Severity | Comment | Type | Error |
Status | Closed | Resolution | Accepted As Marked | ||
Name | Geoff Clare | ||||
Organization | The Open Group | ||||
User Reference | |||||
Section | newlocale | ||||
Page Number | 1365 | ||||
Line Number | 44768, 44787 | ||||
Interp Status | --- | ||||
Final Accepted Text | See 0000295:0000487 | ||||
Summary | 0000295: newlocale() examples pass NULL where locale_t expected | ||||
Description | The 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 Action | Change both occurrences of "NULL" to "0" (without the quotes). | ||||
Tags | tc1-2008 |
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 |