Re: [PR] local_sendmsg: fix peer->lc_cfps[] array out-of-range write [nuttx]

2024-01-04 Thread via GitHub
xiaoxiang781216 merged PR #11480: URL: https://github.com/apache/nuttx/pull/11480 -- 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-unsubscr...@nu

[PR] local_sendmsg: fix peer->lc_cfps[] array out-of-range write [nuttx]

2024-01-04 Thread via GitHub
CV-Bowen opened a new pull request, #11480: URL: https://github.com/apache/nuttx/pull/11480 ## Summary When peer->lc_cfpcount == LOCAL_NCONTROLFDS, Line 122: peer->lc_cfps[peer->lc_cfpcount++] = filep2; access out-of-range ## Impact Bug fix ## Testing None --