pkarashchenko commented on code in PR #13413:
URL: https://github.com/apache/nuttx/pull/13413#discussion_r1777606878


##########
sched/mqueue/mq_rcvinternal.c:
##########
@@ -156,139 +147,90 @@ int nxmq_wait_receive(FAR struct mqueue_inode_s *msgq,
     }
 #endif
 
+  if (abstime)

Review Comment:
   Do we need to check `abstime->tv_sec` and `abstime->tv_nsec` are non zero or 
non-NUL `abstime` ensures that non zero timeout is passed here?



-- 
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