nuttx-apps/examples/ustream
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 apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile style: unify path to files in comment section 2022-03-09 10:37:33 +08:00
ustream.h include: fix double include pre-processor guards 2022-01-16 17:36:21 +08:00
ustream_client.c Replace strlen with sizeof for kconfig string 2023-09-02 16:26:51 +03:00
ustream_server.c enable SOCK_CLOEXEC explicit 2024-09-26 16:13:29 +08:00