You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/06 11:58:11 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #4064: binfmt: Replace all nx_ API with file_ API

xiaoxiang781216 edited a comment on pull request #4064:
URL: https://github.com/apache/incubator-nuttx/pull/4064#issuecomment-874697130


   Even nx_xxx API should be avoided inside kernel, if there are file_xxx or psock_xxx variant, since nx_xxx API still depends on per-task file table. BTW, this patch also address another security hole that it's  wrong to allocate the temporary buffer from kumm_xxx inside the kernel.


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