View Issue Details

IDProjectCategoryView StatusLast Update
0001683Issue 8 draftsSystem Interfacespublic2024-06-11 09:12
Reporterdennisw Assigned To 
PrioritynormalSeverityCommentTypeError
Status ClosedResolutionAccepted 
Product VersionDraft 3 
NameDennis Wölfing
Organization
User Reference
Sectionposix_devctl
Page Number1548
Line Number51937
Final Accepted Text
Summary0001683: nbyte cannot be negative in posix_devctl
DescriptionOne of the error cases for EINVAL is that nbyte is negative. However nbyte is of type size_t which is unsigned.
Desired ActionOn page 1548 line 51937 change
The nbyte argument is negative, or exceeds ...
to
The nbyte argument exceeds ...
Tagsapplied_after_i8d3, issue8

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-04-23 15:33 dennisw New Issue
2023-04-23 15:33 dennisw Name => Dennis Wölfing
2023-04-23 15:33 dennisw Section => posix_devctl
2023-04-23 15:33 dennisw Page Number => 1548
2023-04-23 15:33 dennisw Line Number => 51937
2023-06-15 15:20 Don Cragun Status New => Resolved
2023-06-15 15:20 Don Cragun Resolution Open => Accepted
2023-06-15 15:20 Don Cragun Tag Attached: issue8
2023-07-06 10:18 geoffclare Status Resolved => Applied
2023-07-06 10:18 geoffclare Tag Attached: applied_after_i8d3
2024-06-11 09:12 agadmin Status Applied => Closed