← Back to CVE List

CVE-2021-47420

Published: 2024-05-21T15:15Z
Last Modified: 2024-12-30T19:37Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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 isn't freed by kfree in kfd_mem_dmaunmap_userptr. Free it! > MITRE Terms of Use apply – see LICENSE‑MITRE.txt