nuttx-apps/system/telnet
wanggang26 429eeca3bb 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>
2026-04-20 15:18:13 +08:00
..
CMakeLists.txt Remove the const cast from the initialization of boardioc_symtab_s::symtab 2026-04-20 15:09:53 +08:00
Kconfig Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2026-04-20 14:50:26 +08:00
Make.defs nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
Makefile nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
telnet_chatd.c enable SOCK_CLOEXEC explicit 2026-04-20 15:18:13 +08:00
telnet_client.c netutils: Support telnetd in the kernel mode 2026-04-20 15:05:36 +08:00