# tipc:修复tipc_link_xmit中的内存泄漏问题
## 概述
在Linux内核中,解决了一个内存泄漏漏洞:`tipc: fix memory leak in tipc_link_xmit`。
## 细节
当系统重要消息的回传发送队列超载时,`tipc_link_xmit()` 会返回 `-ENOBUFS`,但skb列表不会被清理,从而导致内存泄漏,并且当分配新的skb时会失败。
## 影响
修复该问题通过在 `tipc_link_xmit()` 返回之前清理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! -- 🔗来源链接
标签:
标题: 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! -- 🔗来源链接
标签:
标题: Making sure you're not a bot! -- 🔗来源链接
标签: