JianyuWang0623 opened a new pull request, #2837:
URL: https://github.com/apache/nuttx-apps/pull/2837

   ## Summary
   nshlib/cmd_dd: Retry if read() was interrupted
   
   ```bash
   # Without this patch
   
   nsh> ls /etc/group | dd | dd
   sh [13:100]
   sh [14:100]
   nsh: dd: read failed: 4
   nsh>
   ```
   Link: https://github.com/apache/nuttx-apps/pull/2833 (same reason), 
https://github.com/apache/nuttx-apps/pull/2737 (nsh pipeline)
   ## Impact
   nshlib/cmd_dd:
   
   ## Testing
   - nsh:sim with pipeline enabled
   - NuttX CI
   


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