linux/net/openvswitch
Dan Carpenter 6d670497e0 openvswitch: use after free in __ovs_ct_free_action()
We free "ct_info->ct" and then use it on the next line when we pass it
to nf_ct_destroy_timeout().  This patch swaps the order to avoid the use
after free.

Fixes: 06bd2bdf19d2 ("openvswitch: Add timeout support to ct action")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-02 10:56:21 -07:00
..
2019-03-12 10:04:02 -07:00
2019-03-12 10:04:02 -07:00
2019-03-12 10:04:02 -07:00
2017-11-13 10:37:07 +09:00
2017-11-13 10:37:07 +09:00
2018-06-12 16:19:22 -07:00