]> 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)
commitc69eb8e7df8ac30de044b13af9712e7cee0ffdf3
tree9dfd04bae0dc53805fe92daa95c24e37d3252513
parentb06b831b05ce231ce861218fa93a58bbc27653ea
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: 19dc104f804f ("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