]> asedeno.scripts.mit.edu Git - linux.git/commit
openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 11 Sep 2017 19:56:20 +0000 (21:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Sep 2017 03:37:31 +0000 (20:37 -0700)
commit5829e62ac17a40ab08c1b905565604a4b5fa7af6
tree9dfd04bae0dc53805fe92daa95c24e37d3252513
parent9c0827317f235865ae421293f8aecf6cb327a63e
openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'

All other error handling paths in this function go through the 'error'
label. This one should do the same.

Fixes: 9cc9a5cb176c ("datapath: Avoid using stack larger than 1024.")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/datapath.c