On (03/01/17 00:14), Dmitry Vyukov wrote: > > But the other 2 use-after-frees happened on cp->cp_send_w. Shouldn't > we cancel it as well? And cp_recv_w?
yes, good point, I missed that. let me see if I can refactor the code to release the netns as the last thing before free..