zhangyu-duck opened a new pull request, #17831:
URL: https://github.com/apache/nuttx/pull/17831

   ## Summary
   
   Catched by coverity, change full path from stack variable to ptr.
   
   ## Impact
   
   Previously used sizeof(fullpath) which returns pointer size instead of 
actual buffer size PATH_MAX, leading to incorrect path generation.
   
   ## Testing
   
   Correctly handle filepath.
   


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

Reply via email to