View Issue Details

IDProjectCategoryView StatusLast Update
00003631003.1(2008)/Issue 7System Interfacespublic2013-04-16 13:06
Reportervirtual Assigned Toajosey  
PrioritynormalSeverityEditorialTypeClarification Requested
Status ClosedResolutionAccepted 
NamePeter Petrov
OrganizationFadata AD
User Reference
Sectionshmget() ERRORS
Page Number1911
Line Number60774-60776
Interp Status---
Final Accepted Text
Summary0000363: shmget() redundant condition for error [EINVAL]
DescriptionThe 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 ActionRemove the words "and size is not 0" from the above description of [EINVAL].
Tagstc1-2008

Activities

There are no notes attached to this issue.

Issue History

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