mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 11:43:39 +08:00
now the lc_path of the client will not be the same as that of the server. therefore, accept->peer = NULL will not be set when the client release the conn, then when release accept conn, set client->peer(accept->peer->peer) = NULL will cause used after free Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>