nuttx-update/fs/socket
chenrun1 e0df067d3c accept4:move function from net to fs
Summary:
  Implementation in accept4 is special, the requested newsock is saved as filep->priv. This will cause sock_file_close to use fs_heap_free filep->priv during close. When fs_heap is configured, the released memory will not be on fs_heap, causing a crash.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-09-30 16:30:56 +08:00
..
accept.c accept4:move function from net to fs 2024-09-30 16:30:56 +08:00
CMakeLists.txt accept4:move function from net to fs 2024-09-30 16:30:56 +08:00
Make.defs accept4:move function from net to fs 2024-09-30 16:30:56 +08:00
socket.c nuttx/atomic.h:fix Fixed the pragma of ATOMIC_VAR_INIT in clang 2024-09-23 14:07:03 +08:00