← Back to CVE List

CVE-2024-26661

Published: 2024-04-02T07:15Z
Last Modified: 2025-04-08T19:25Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()' In "u32 otg_inst = pipe_ctx->stream_res.tg->inst;" pipe_ctx->stream_res.tg could be NULL, it is relying on the caller to ensure the tg is not NULL. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt