pussuw opened a new pull request, #8546: URL: https://github.com/apache/nuttx/pull/8546
## Summary Remove calls to the userspace API exit() from the kernel. The problem with doing such calls is that the exit functions are called with kernel mode privileges which is a big security no-no. ## Impact Remove illegal usage of a user API from kernel ## Testing CI and icicle:knsh -- 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...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org