Security Advisory

CVE-2024-53078

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-11-19 17:31:41
Last updated 2026-05-11 20:50:25
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs IS_ERR() check in probe() The iommu_paging_domain_alloc() function doesnt return NULL pointers, it returns error pointers. Update the check to match.