xiaoxiang781216 commented on PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#issuecomment-2426203853

   The patch tries to fix this common issue: thread 1 call read(fd, ...) and 
block, thread2 call close(fd).
   without this patch, read will access the memory which is freed by close.
   


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