The following issue has been SUBMITTED. ====================================================================== https://austingroupbugs.net/view.php?id=1683 ====================================================================== Reported By: dennisw Assigned To: ====================================================================== Project: Issue 8 drafts Issue ID: 1683 Category: System Interfaces Type: Error Severity: Comment Priority: normal Status: New Name: Dennis Wölfing Organization: User Reference: Section: posix_devctl Page Number: 1548 Line Number: 51937 Final Accepted Text: ====================================================================== Date Submitted: 2023-04-23 15:33 UTC Last Modified: 2023-04-23 15:33 UTC ====================================================================== Summary: nbyte cannot be negative in posix_devctl Description: One of the error cases for EINVAL is that nbyte is negative. However nbyte is of type size_t which is unsigned. Desired Action: On page 1548 line 51937 change<blockquote>The <i>nbyte</i> argument is negative, or exceeds ...</blockquote>to<blockquote>The <i>nbyte</i> argument exceeds ...</blockquote> ======================================================================
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 ======================================================================
