diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2017-08-29 22:15:16 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-30 02:07:23 +0300 |
commit | e7562597b46d099a78d45c781ee8d1a7a93c53f1 (patch) | |
tree | a214f38a0e75cf1cb38f50c6c71d07195f0fea80 /net/unix/af_unix.c | |
parent | beae041307004de7965bfe43307a0e48c8ca40d1 (diff) | |
download | linux-e7562597b46d099a78d45c781ee8d1a7a93c53f1.tar.xz |
nfp: double free on error in probe
Both the nfp_net_pf_app_start() and the nfp_net_pci_probe() functions
call nfp_net_pf_app_stop_ctrl(pf) so there is a double free. The free
should be done from the probe function because it's allocated there so
I have removed the call from nfp_net_pf_app_start().
Fixes: 02082701b974 ("nfp: create control vNICs and wire up rx/tx")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions