# nfc:fdp:修复fdp_nci_send()中的潜在内存泄漏问题
## 概述
在Linux内核中,`fdp_nci_send()`函数存在潜在的内存泄漏问题。该函数在调用`fdp_nci_i2c_write()`时,没有释放`skb`,导致内存泄漏。
## 影响版本
未指定具体版本
## 细节
`fdp_nci_send()`函数会调用`fdp_nci_i2c_write()`函数。在`fdp_nci_i2c_write()`函数中,没有释放`skb`。因此,当`fdp_nci_i2c_write()`执行完毕后,`skb`会导致内存泄漏。修复方法是在`fdp_nci_i2c_write()`执行完毕后,由`fdp_nci_send()`释放`skb`。
## 影响
此漏洞可能导致系统内存泄漏,长期运行可能导致系统性能下降或不稳定。
# | POC 描述 | 源链接 | 神龙链接 |
---|
标题: Making sure you're not a bot! -- 🔗来源链接
标签:
标题: Making sure you're not a bot! -- 🔗来源链接
标签:
标题: Making sure you're not a bot! -- 🔗来源链接
标签:
标题: Making sure you're not a bot! -- 🔗来源链接
标签: