CVE-2021-47420

Publication date

2024-05-21 15:04:08

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm->sg memory leak Memory is allocated for ttm->sg by kmalloc in kfd_mem_dmamap_userptr, but isnt freed by kfree in kfd_mem_dmaunmap_userptr. Free it!