CVE-2022-49971
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/06/2025
Last modified:
18/06/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amd/pm: Fix a potential gpu_metrics_table memory leak<br />
<br />
Memory is allocated for gpu_metrics_table in<br />
smu_v13_0_4_init_smc_tables(), but not freed in<br />
smu_v13_0_4_fini_smc_tables(). This may cause memory leaks, fix it.