View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000363 | 1003.1(2008)/Issue 7 | System Interfaces | public | 2010-12-20 13:14 | 2013-04-16 13:06 |
Reporter | virtual | Assigned To | ajosey | ||
Priority | normal | Severity | Editorial | Type | Clarification Requested |
Status | Closed | Resolution | Accepted | ||
Name | Peter Petrov | ||||
Organization | Fadata AD | ||||
User Reference | |||||
Section | shmget() ERRORS | ||||
Page Number | 1911 | ||||
Line Number | 60774-60776 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0000363: shmget() redundant condition for error [EINVAL] | ||||
Description | The shmget() function shall fail with error [EINVAL] if "No shared memory segment is to be created and a shared memory segment exists for key but the size of the segment associated with it is less than size and size is not 0". However, if the size of the segment is less than the size argument, then the size argument is guaranteed to be nonzero, as both are unsigned values. Thus, the last condition is redundant and should be removed. | ||||
Desired Action | Remove the words "and size is not 0" from the above description of [EINVAL]. | ||||
Tags | tc1-2008 |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-12-20 13:14 | virtual | New Issue | |
2010-12-20 13:14 | virtual | Status | New => Under Review |
2010-12-20 13:14 | virtual | Assigned To | => ajosey |
2010-12-20 13:14 | virtual | Name | => Peter Petrov |
2010-12-20 13:14 | virtual | Organization | => Fadata AD |
2010-12-20 13:14 | virtual | Section | => shmget() ERRORS |
2010-12-20 13:14 | virtual | Page Number | => 1911 |
2010-12-20 13:14 | virtual | Line Number | => 60774-60776 |
2011-01-27 17:02 | Don Cragun | Interp Status | => --- |
2011-01-27 17:02 | Don Cragun | Status | Under Review => Resolved |
2011-01-27 17:02 | Don Cragun | Resolution | Open => Accepted |
2011-01-27 17:02 | Don Cragun | Tag Attached: tc1-2008 | |
2013-04-16 13:06 | ajosey | Status | Resolved => Closed |