In the Linux kernel, the following vulnerability has been resolved:
drm/vc4: Fix a memory leak in hang state error path
When vc4savehang_state() encounters an early return condition, it
returns without freeing the previously allocated kernel_state,
leaking memory.
Add the missing kfree() calls by consolidating the early return paths into a single place.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43104.json",
"cna_assigner": "Linux"
}