lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 17 Nov 2022 19:37:11 +0800
From:   Shang XiaoJing <shangxiaojing@...wei.com>
To:     <krzysztof.kozlowski@...aro.org>, <pavel@...x.de>,
        <u.kleine-koenig@...gutronix.de>, <kuba@...nel.org>,
        <michael@...le.cc>, <cuissard@...vell.com>,
        <sameo@...ux.intel.com>, <clement.perrochaud@....com>,
        <r.baldyga@...sung.com>, <netdev@...r.kernel.org>
CC:     <shangxiaojing@...wei.com>
Subject: [PATCH 0/3] nfc: Fix potential memory leak of skb

There are still somewhere maybe leak the skb, fix the memleaks by adding
fail path.

Shang XiaoJing (3):
  nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
  nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()
  nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()

 drivers/nfc/nfcmrvl/i2c.c  | 4 +++-
 drivers/nfc/nxp-nci/core.c | 8 ++++++--
 drivers/nfc/s3fwrn5/core.c | 1 +
 3 files changed, 10 insertions(+), 3 deletions(-)

-- 
2.17.1

Powered by blists - more mailing lists