You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/10/29 06:18:07 UTC

[incubator-nuttx] branch master updated (2c95c04f4e -> f00c11aec4)

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

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


    from 2c95c04f4e sched: catch task memory leak
     add f00c11aec4 socket: separation error code EBADF and ENOTSOCK

No new revisions were added by this update.

Summary of changes:
 drivers/net/telnet.c     |  5 ++---
 fs/socket/socket.c       | 19 +++++++++++++------
 include/nuttx/net/net.h  | 12 ++++++++----
 net/socket/accept.c      | 24 +++++++-----------------
 net/socket/bind.c        | 10 +++++++---
 net/socket/connect.c     |  8 ++++++--
 net/socket/getpeername.c | 12 ++++++++++--
 net/socket/getsockname.c | 12 ++++++++++--
 net/socket/getsockopt.c  |  8 ++++++--
 net/socket/listen.c      | 32 ++++++++------------------------
 net/socket/recvfrom.c    |  8 ++++++--
 net/socket/recvmsg.c     | 10 +++++++---
 net/socket/send.c        |  8 ++++++--
 net/socket/sendmsg.c     | 10 +++++++---
 net/socket/sendto.c      |  8 ++++++--
 net/socket/setsockopt.c  |  8 ++++++--
 16 files changed, 115 insertions(+), 79 deletions(-)