We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.
Please see our statement on Data Privacy.
In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() nfcmrvl_i2c_nci_send() will be called by nfcmrvl_nci_send(), and skb should be freed in nfcmrvl_i2c_nci_send(). However, nfcmrvl_nci_send() will only free skb when i2c_master_send() return >=0, which means skb will memleak when i2c_master_send() failed. Free skb no matter whether i2c_master_send() succeeds.
Reserved 2025-05-01 | Published 2025-05-01 | Updated 2025-05-04 | Assigner Linuxgit.kernel.org/...c/dd0ee55ead91fbb16889dbe7ff0b0f7c9e4e849d
git.kernel.org/...c/825656ae61e73ddc05f585e6258d284c87064b10
git.kernel.org/...c/c8e7d4a1166f063703955f1b2e765a6db5bf1771
git.kernel.org/...c/f30060efcf18883748a0541aa41acef183cd9c0e
git.kernel.org/...c/52438e734c1566f5e2bcd9a065d2d65e306c0555
git.kernel.org/...c/5dfdac5e3f8db5f4445228c44f64091045644a3b
git.kernel.org/...c/92a1df9c6da20c02cf9872f8b025a66ddb307aeb
git.kernel.org/...c/93d904a734a74c54d945a9884b4962977f1176cd
Support options