Zhe Weng
7d1b733202
net/tcp: Add flag for tcp_close to avoid double free
...
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>
2023-05-29 13:00:06 +02:00
..
2023-05-16 12:35:01 -03:00
2023-05-16 12:35:01 -03:00
2023-05-10 19:32:09 -03:00
2023-01-30 11:25:10 +08:00
2023-04-24 01:52:33 +08:00
2023-01-18 16:24:09 +08:00
2023-05-16 12:35:01 -03:00
2023-05-29 13:00:06 +02:00
2023-05-29 13:00:06 +02:00
2023-02-02 13:31:06 +08:00
2023-01-30 11:25:10 +08:00
2022-08-26 20:58:11 +08:00
2023-02-12 01:25:34 +08:00
2023-05-10 19:32:09 -03:00
2023-05-16 12:35:01 -03:00
2022-09-06 22:46:37 +08:00
2023-01-30 11:25:10 +08:00
2022-03-12 19:24:17 +02:00
2023-05-10 19:32:09 -03:00
2023-04-24 01:52:33 +08:00
2023-02-17 11:17:11 -03:00
2023-05-10 19:32:09 -03:00
2023-01-18 16:24:09 +08:00
2023-05-16 12:35:01 -03:00
2023-05-10 19:32:09 -03:00
2023-05-13 12:39:53 +08:00
2023-02-14 11:21:09 +08:00
2022-11-13 09:09:36 +08:00
2023-05-10 19:32:09 -03:00
2023-05-10 19:32:09 -03:00
2023-05-16 12:35:01 -03:00
2023-05-10 19:32:09 -03:00
2023-05-16 12:35:01 -03:00
2023-05-29 13:00:06 +02:00