nuttx-apps/examples/netloop
wanggang26 f0b2108b53 enable SOCK_CLOEXEC explicit
leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag
to the child process.

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
2025-12-15 18:35:16 +08:00
..
CMakeLists.txt cmake:refine cmake build for apps/examples 2025-12-15 18:22:50 +08:00
Kconfig Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2025-12-15 18:00:43 +08:00
Make.defs nshlib: support c++ access nsh api 2025-12-15 18:04:21 +08:00
Makefile nshlib: support c++ access nsh api 2025-12-15 18:04:21 +08:00
lo_listener.c enable SOCK_CLOEXEC explicit 2025-12-15 18:35:16 +08:00
lo_main.c Replace all sprintf with snprintf 2025-12-15 18:17:30 +08:00
netloop.h nshlib: support c++ access nsh api 2025-12-15 18:04:21 +08:00