Skip to content
Snippets Groups Projects
Select Git revision
  • c89ebb968f04c71e16e86c91caeacb045dc8f908
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

ethernet

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Colin Ian King authored and Jeff Kirsher committed
    The error clean up path kfree's adapter->ipsec and should be
    instead kfree'ing ipsec. Fix this.  Also, the err1 error exit path
    does not need to kfree ipsec because this failure path was for
    the failed allocation of ipsec.
    
    Detected by CoverityScan, CID#146424 ("Resource Leak")
    
    Fixes: 63a67fe2 ("ixgbe: add ipsec offload add and remove SA")
    Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
    Acked-by: default avatarShannon Nelson <shannon.nelson@oracle.com>
    Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
    Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
    c89ebb96
    History
    Name Last commit Last update
    ..