jlaitine opened a new pull request, #17348: URL: https://github.com/apache/nuttx/pull/17348
## Summary Fix https://github.com/apache/nuttx/pull/17233 for issue https://github.com/apache/nuttx/issues/17213 was not complete. The same fix is needed for long file names. ## Impact Impacts parsing of fat file paths on all platforms. ## Testing Tested on IMX93 HW, by copying file. Before the fix: ``` nsh> ls /fs/microsd: log/ nsh> cp /fs/microsd/log/2104-02-06///06_36_24.ulg . nsh: cp: open_rdfd failed: Invalid argument nsh> ``` After this fix: ``` nsh> ls /fs/microsd: log/ nsh> cp /fs/microsd/log/2104-02-06///06_36_24.ulg . nsh> ls /fs/microsd: log/ 06_36_24.ulg nsh> ``` @arikimari , @acassis Can you please have a look, thanks! -- 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]
