Re: [dpdk-dev] [PATCH 1/1] net/txgbe: fix use-after-free on remove

2023-05-18 Thread Ferruh Yigit
On 5/18/2023 8:46 AM, Jiawen Wu wrote: >> When cleaning up NIC's interrupts, it is possible to add some alarms >> at the same time. However, if these alarms are not canceled, it may >> cause use-after-free problems. Therefore, after cleaning up NIC's >> interrupts, these alarms should also be cance

RE: [dpdk-dev] [PATCH 1/1] net/txgbe: fix use-after-free on remove

2023-05-18 Thread Jiawen Wu
> When cleaning up NIC's interrupts, it is possible to add some alarms > at the same time. However, if these alarms are not canceled, it may > cause use-after-free problems. Therefore, after cleaning up NIC's > interrupts, these alarms should also be canceled. > > Fixes: d3bb4a04eac1 ("net/txgbe:

[dpdk-dev] [PATCH 1/1] net/txgbe: fix use-after-free on remove

2023-05-18 Thread Yunjian Wang
When cleaning up NIC's interrupts, it is possible to add some alarms at the same time. However, if these alarms are not canceled, it may cause use-after-free problems. Therefore, after cleaning up NIC's interrupts, these alarms should also be canceled. Fixes: d3bb4a04eac1 ("net/txgbe: add SFP hotp