W-M-R opened a new pull request, #2732:
URL: https://github.com/apache/nuttx-apps/pull/2732

   ## Summary
   Modify the implementation logic of changing directory. There's an error 
handling the path incluing "../" or "./"
   
   bug examples:
   
   nsh> cd proc/self/group
   nsh> cd ../..
   nsh: cd: chdir failed: 2
   
   nsh> pwd
   /proc/self
   nsh> ls
   /proc/self:
    status
    cmdline
    stack
    group/
   nsh> cd ./group
   nsh: cd: chdir failed: 2
   ## Impact
   No
   ## Testing
   No
   


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

Reply via email to