nuttx-apps/examples/netloop
wanggang26 eab2cba4a1 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>
2024-09-26 16:13:29 +08:00
..
CMakeLists.txt cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
Kconfig Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2020-03-27 02:43:11 -05:00
lo_listener.c enable SOCK_CLOEXEC explicit 2024-09-26 16:13:29 +08:00
lo_main.c Replace all sprintf with snprintf 2023-05-08 21:35:16 +03:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
netloop.h examples: fix relative path CI error 2021-06-16 09:03:06 -05:00