Security Advisory

CVE-2024-42227

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-07-30 07:47:08
Last updated 2026-05-11 20:28:15
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dml_core_mode_programming [WHY] &mode_lib->mp.Watermark and &locals->Watermark are the same address. memcpy may lead to unexpected behavior. [HOW] memmove should be used.