You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/01 05:44:14 UTC

[GitHub] [incubator-nuttx] yamt opened a new pull request #5933: netdev_file_ioctl: Fix fcntl F_SETFL O_NONBLOCK regression

yamt opened a new pull request #5933:
URL: https://github.com/apache/incubator-nuttx/pull/5933


   ## Summary
   
   This fixes a regression caused by the following commit,
   which prevents the file flag from being updated.
   
   ```
   commit 28860b5242dd5efd86b5da8a089e5d898cd8a9a1
   Author: chao.an <an...@xiaomi.com>
   Date:   Sat Mar 19 14:47:37 2022 +0800
   
       net/netdev: fix switch case missing break
   
       Signed-off-by: chao.an <an...@xiaomi.com>
   ```
   
   Note: some applications like mbedtls uses F_GETFL to confirm
   the nonblock-ness of the socket. This is critical for such
   applications.
   
   ## Impact
   
   ## Testing
   
   tested with my app using mbedtls on sim/linux.
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5933: netdev_file_ioctl: Fix fcntl F_SETFL O_NONBLOCK regression

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5933:
URL: https://github.com/apache/incubator-nuttx/pull/5933


   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org