> xlate_send_packet() locks xlate_rwlock before it looks up the xport, > but at the end it unlocks xlate_rwlock before it dereferences > xport->xbridge->dpif. Is the latter dereference safe, that is, does > anything guarantee that 'xport' and 'xbridge' aren't destroyed?
No that's definitely not safe. Should be changed. Ethan _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev