jerpelea opened a new pull request, #19630: URL: https://github.com/apache/nuttx/pull/19630
## Summary If user passes NULL as buffer, the driver may crash. This is problematic for NuttX protected and kernel builds. Details in the issue: https://github.com/apache/nuttx/issues/19473 While this fixes the issue with a typical NULL pointer, fundamentally this will be addressed with the implementation of access_ok(). https://man7.org/linux/man-pages/man2/access.2.html ## Impact RELEASE ## Testing CI -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
