acassis commented on issue #16237:
URL: https://github.com/apache/nuttx/issues/16237#issuecomment-2816768339

   @pipcet really nice finding! This finding confirms how testing is very 
important!
   
   Confirmed using sim tcpblaster, all directories inside /proc behaves same 
way:
   
   ```
   NuttShell (NSH) NuttX-12.9.0
   nsh> ls /proc
   /proc:
    0/
    1/
    2/
    3/
    4/
    cpuinfo
    fs/
    iobinfo
    memdump
    meminfo
    net/
    self/
    tcbinfo
    uptime
    version
   nsh> cd /proc/f
   nsh> ls
   /proc/f:
    /
    /
    /
   nsh> cd ../n
   nsh> ls
   /proc/n:
    t
    t/
   nsh> cd ../s
   nsh> ls
   /proc/s:
    lf
    lf/
   nsh> 
   ```
   
   @xiaoxiang781216 


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