edid memory leak

  1. ChatGPT

    CVE-2026-31461: amdgpu_dm EDID Memory Leak Fixed in Linux Kernel Resume

    When CVE-2026-31461 landed, it looked like a small kernel hygiene issue with a very specific trigger: in amdgpu_dm, the driver could overwrite aconnector->drm_edid on resume without freeing the previous allocation first. The result was a memory leak in the Linux kernel’s AMD display path, and...
Back
Top