# ata:pata_pxa:在pxa_ata_probe()中修复可能的NULL指针引用
## 概述
在Linux内核中发现并修复了一个潜在的空指针解引用漏洞。该漏洞发生在`pata_pxa`驱动程序的`pxa_ata_probe()`函数中。
## 细节
`devm_ioremap()`函数在错误情况下会返回`NULL`。当前的`pxa_ata_probe()`函数没有对此情况进行检查,可能导致空指针解引用。
为防止这个问题,在`devm_ioremap()`调用后新增了`NULL`检查。
## 影响
该漏洞可能导致系统崩溃或不稳定。修复版中已增加空指针检查来避免此问题。
# | 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! -- 🔗来源链接
标签: