]> git.baikalelectronics.ru Git - kernel.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)
commitbd987e0d4e6b9102a52cede930fd4c7e4c22d8a8
tree9dfd04bae0dc53805fe92daa95c24e37d3252513
parentbad472a8db05576e8619eb71186b16d8f5035055
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: c834a48a358d ("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