zephyr/subsys/net/lib
Chih Hung Yu a927ae39ed net: lib: sockets: Fix assertion failure when zsock_close()
When zsock_close() is called, socket is freed before the mutex for the
socket is unlocked. If the freed socket is given to another thread
immediately, the mutex for the socket will be initialized by the new
socket owner, while the mutex is still locked by the thread calling
zosck_close().

Fixes #36568

Signed-off-by: Chih Hung Yu <chyu313@gmail.com>
2021-07-12 20:16:37 -04:00
..
capture net: remove usage of device_pm_control_nop 2021-04-27 16:28:49 -04:00
coap net: lwm2m: Fix how payload offset is calculated 2021-07-07 07:40:55 -05:00
config net: config: Try to only use auto started interface 2021-03-29 07:40:24 -04:00
conn_mgr kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
dns net: depend dns resolver on native net 2021-06-10 17:44:51 +03:00
http net: http: update status if no status text is provided 2021-05-18 11:23:59 -05:00
lwm2m net: lwm2m: Fix how payload offset is calculated 2021-07-07 07:40:55 -05:00
mqtt net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
openthread manifest: update openthread 2021-07-07 07:47:52 -05:00
sntp net: sntp: Depend on NET_SOCKETS_POSIX_NAMES || POSIX_API 2021-04-22 13:41:33 +03:00
sockets net: lib: sockets: Fix assertion failure when zsock_close() 2021-07-12 20:16:37 -04:00
socks cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
tftp net: refactor tftp library 2021-06-29 09:15:55 -04:00
tls_credentials device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
utils include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
websocket kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
CMakeLists.txt net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00
Kconfig net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00