In the Linux kernel, the following vulnerability has been resolved:
iommu: sprd: Avoid NULL deref in sprdiommuhw_en
In sprdiommucleanup() before calling function sprdiommuhw_en() dom->sdev is equal to NULL, which leads to null dereference.
Found by Linux Verification Center (linuxtesting.org) with SVACE.