nuttx-apps/netutils/webserver
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 Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
Make.defs Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
Makefile nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
httpd.c enable SOCK_CLOEXEC explicit 2026-04-20 15:18:13 +08:00
httpd.h nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
httpd_cgi.c Merge remote-tracking branch 'mirtos/master' into dev-upmerge-nuttx-10.1-0507 2026-04-20 14:55:00 +08:00
httpd_cgi.h nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
httpd_dirlist.c Minor typo fix 2026-04-20 15:07:03 +08:00
httpd_fs.c nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
httpd_mmap.c nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
httpd_sendfile.c Minor typo fix 2026-04-20 15:07:03 +08:00