Re: [dpdk-dev] [PATCH v2] ipc: fix use-after-free on failed send

2018-11-22 Thread Thomas Monjalon
20/11/2018 17:18, Anatoly Burakov: > Previous fix for rte_panic has moved setting of alarm before > sending the message. This means that whether we send a message, > the alarm would still trigger. The comment noted that cleanup > would happen in the alarm handler, but that's not what actually > hap

[dpdk-dev] [PATCH v2] ipc: fix use-after-free on failed send

2018-11-20 Thread Anatoly Burakov
Previous fix for rte_panic has moved setting of alarm before sending the message. This means that whether we send a message, the alarm would still trigger. The comment noted that cleanup would happen in the alarm handler, but that's not what actually happened - instead, in the event of failed send