]> granicus.if.org Git - esp-idf/commit
lwip: fix mbox thread-safe issue
authorLiu Zhi Fu <liuzhifu@espressif.com>
Thu, 20 Dec 2018 07:26:52 +0000 (15:26 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Wed, 2 Jan 2019 15:06:24 +0000 (23:06 +0800)
commita663c61427ac94df00cd8b582b4e2f9448772a9a
tree149c44016c1dc68ca4a6f956f3889cb2004aebdf
parenta18f92b09b2e87a3c0424d92991e8898d6b8bc8d
lwip: fix mbox thread-safe issue

Fix a mbox free thread-safe issue that can lead to crash in sys_arch_mbox_fetch.
components/lwip/api/api_lib.c
components/lwip/api/api_msg.c
components/lwip/include/lwip/lwip/api.h
components/lwip/include/lwip/port/arch/sys_arch.h
components/lwip/port/freertos/sys_arch.c