View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000304 | 1003.1(2008)/Issue 7 | System Interfaces | public | 2010-08-13 15:43 | 2013-04-16 13:06 |
| Reporter | geoffclare | Assigned To | ajosey | ||
| Priority | normal | Severity | Comment | Type | Error |
| Status | Closed | Resolution | Accepted | ||
| Name | Geoff Clare | ||||
| Organization | The Open Group | ||||
| User Reference | |||||
| Section | islower | ||||
| Page Number | 1156 | ||||
| Line Number | 38547 | ||||
| Interp Status | --- | ||||
| Final Accepted Text | |||||
| Summary | 0000304: islower() example has undefined behaviour when char is signed | ||||
| Description | The example code on the islower() page passes a plain char to islower(). On implementations where char is signed, if the value is negative and not equal to EOF the behaviour is undefined. | ||||
| Desired Action | On lines 38539 and 38558 change char c; to unsigned char c; On lines 38545 and 38564 change (char) to (unsigned char) | ||||
| Tags | tc1-2008 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-08-13 15:43 | geoffclare | New Issue | |
| 2010-08-13 15:43 | geoffclare | Status | New => Under Review |
| 2010-08-13 15:43 | geoffclare | Assigned To | => ajosey |
| 2010-08-13 15:43 | geoffclare | Name | => Geoff Clare |
| 2010-08-13 15:43 | geoffclare | Organization | => The Open Group |
| 2010-08-13 15:43 | geoffclare | Section | => islower |
| 2010-08-13 15:43 | geoffclare | Page Number | => 1156 |
| 2010-08-13 15:43 | geoffclare | Line Number | => 38547 |
| 2010-08-13 15:43 | geoffclare | Interp Status | => --- |
| 2010-09-09 16:21 | msbrown | Status | Under Review => Resolved |
| 2010-09-09 16:21 | msbrown | Resolution | Open => Accepted |
| 2010-09-09 16:22 | msbrown | Tag Attached: tc1-2008 | |
| 2013-04-16 13:06 | ajosey | Status | Resolved => Closed |