pussuw opened a new pull request, #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197
## Summary Implement atexit(), on_exit(), exit() to libc. Using the call gate versions is problematic as they basically inject userland code into the kernel, which is then run with kernel privileges. In any case the functions belong to libc. ## Impact Exit functions are executed with user privileges ## Testing mpfs 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