1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat/unix
Pavel Otchertsov 9453d246d9 unix: fix usage of getpwnam_r and friends
These functions can return 0 code but still store NULL in result, if no matching group or username found.
Also the buffer of 64 size could be too small to store all string fields in result.
2021-03-25 08:40:52 +00:00
..
android cleaning 2020-01-05 22:17:58 +00:00
CMakeLists.txt cmake: netbsd: no libdl 2020-12-06 19:39:35 +00:00
private-lib-plat-unix.h dhcp: clean 2021-02-17 11:39:15 +00:00
unix-caps.c unix: fix usage of getpwnam_r and friends 2021-03-25 08:40:52 +00:00
unix-fds.c destroy: shuffle for internal 2021-01-22 12:24:58 +00:00
unix-file.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
unix-init.c plugins: add LWS_BUILD_HASH to header and require match 2021-01-28 05:52:41 +00:00
unix-misc.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
unix-pipe.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
unix-plugins.c logs: reduce verbosity on plugins probing 2021-03-17 12:23:28 +00:00
unix-resolv.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
unix-service.c adopt: rejection should not loop with listen adoption 2021-03-14 15:05:19 +00:00
unix-sockets.c windows: openssl: load certificates from certificate store 2021-03-12 09:25:51 +00:00
unix-spawn.c netbsd: follow openbsd use of wait4 2021-03-16 08:15:28 +00:00