Security Advisory

CVE-2024-58066

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-03-06 15:54:07
Last updated 2026-05-11 21:02:37
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check The devm_kzalloc() function doesn't return error pointers, it returns NULL on error. Update the check to match.