You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/06/08 03:17:59 UTC

[incubator-nuttx] branch master updated (9aaeaef -> 39245f6)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 9aaeaef  TLS: Correct handling of returned error values.
     add b0ac97a  net/icmp: fix invalid condition comparison
     add 9c1fb4c  net/icmp: consume the data length to avoid duplicate packet
     add ae61344  net/icmp: add nonblocking support
     add 39245f6  net/icmp: fix race condition in icmp recvmsg

No new revisions were added by this update.

Summary of changes:
 net/icmp/icmp_recvmsg.c     | 147 ++++++++++++++++++++++-------------------
 net/icmp/icmp_sockif.c      |   2 +-
 net/icmpv6/icmpv6_recvmsg.c | 156 +++++++++++++++++++++++---------------------
 net/icmpv6/icmpv6_sockif.c  |   2 +-
 4 files changed, 164 insertions(+), 143 deletions(-)