fjpanag opened a new pull request, #8911: URL: https://github.com/apache/nuttx/pull/8911
## Summary In `apsrintf`, when the memory allocation was successful, but the print to the buffer failed, the memory buffer will remain dangling. This PR will handle this error case, free'ing the memory in case of such an issue, and eliminating the possible memory leak. ## Impact Fixed possible memory leak. ## Testing Build test. -- 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]
