You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "wengzhe (via GitHub)" <gi...@apache.org> on 2023/09/12 03:26:16 UTC

[GitHub] [nuttx] wengzhe opened a new pull request, #10596: usrsock_rpmsg_server: Clear revents for POLLHUP and POLLERR

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

   ## Summary
   `tcp_poll_eventhandler` have logic after `poll_notify`, if we teardown poll inside poll callback without clearing revents, use-after-free will happen.
   
   ## Impact
   Minor, usrsock
   
   ## Testing
   Manually


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #10596: usrsock_rpmsg_server: Clear revents for POLLHUP and POLLERR

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #10596:
URL: https://github.com/apache/nuttx/pull/10596


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org