mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
7d1b733202
Problem: When tcp_close_work starts to run in LPWORK, if another event comes and calls tcp_free before tcp_close_work takes net_lock, the tcp_free will be called twice and cause double free. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>