jerpelea opened a new pull request, #17602:
URL: https://github.com/apache/nuttx/pull/17602

   ## Summary
   O_NONBLOCK open mode was broken since
   https://github.com/apache/nuttx/pull/17360
   
   MIN() comapres signed value (int) with unsigned value (size_t) which causes 
an unexpected return value when ret is negative
   
   ## Impact
   RELEASE
   
   ## Testing
   CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to