1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
Earl Robsham 7b5a070efc pt_destroy: possible leaking pipe side
Updates the `lws_pt_destroy()` logic to ensure the pipe fds are closed if either `pt->dummy_pipe_fds[0]` or `pt->dummy_pipe_fds[1]` are still valid (previously was only checking `pt->dummy_pipe_fds[0]` which was resulting in the write fd to leak whenever a context was destroyed).
2023-11-15 08:12:17 +00:00
..
alloc.c lws_netdev: use lws_settings 2020-07-07 15:23:19 +01:00
buflist.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
CMakeLists.txt lws_map 2021-08-21 17:44:40 +01:00
context.c pt_destroy: possible leaking pipe side 2023-11-15 08:12:17 +00:00
libwebsockets.c windows: only conceal mode_t on windows 2021-06-20 07:51:24 +01:00
logs.c logs: freertos adds free heap to all logs 2022-05-17 15:34:30 +01:00
lws_dll2.c dll2: explicitly confim detached dll2 has no linkage 2021-01-04 05:40:12 +00:00
lws_map.c lws_map 2021-08-21 17:44:40 +01:00
private-lib-core.h openssl3: change deprecated warnings suppression 2022-09-18 08:05:59 +01:00
vfs.c type comparisons: fixes 2021-01-05 10:56:38 +00:00