← Back to CVE List

CVE-2021-47149

Published: 2024-03-25T09:15Z
Last Modified: 2024-12-12T15:40Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: net: fujitsu: fix potential null-ptr-deref In fmvj18x_get_hwinfo(), if ioremap fails there will be NULL pointer deref. To fix this, check the return value of ioremap and return -1 to the caller in case of failure. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt