# 输入:i8042 - 解决模块卸载时平台设备泄漏问题
## 概述
在Linux内核中,已解决了一个关于i8042模块移除时平台设备泄露的漏洞。
## 影响版本
未指定具体版本。
## 细节
问题在于在`i8042_probe()`或`i8042_remove()`中重置了模块范围的`i8042_platform_device`指针,导致在模块卸载时无法正确销毁设备。修复措施是避免在这些函数中重置该指针,确保设备能通过`i8042_exit()`正确销毁。
## 影响
修复了在移除模块时平台设备未被正确销毁导致的泄露问题。
# | 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! -- 🔗来源链接
标签: