Loading
drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
stable inclusion from stable-v5.10.222 commit 274cba8d2d1b48c72d8bd90e76c9e2dc1aa0a81d category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IAGS04 CVE: CVE-2024-42101 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=274cba8d2d1b48c72d8bd90e76c9e2dc1aa0a81d -------------------------------- commit 80bec6825b19d95ccdfd3393cf8ec15ff2a749b4 upstream. In nouveau_connector_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a possible NULL pointer dereference on failure of drm_mode_duplicate(). Add a check to avoid npd. Cc: stable@vger.kernel.org Fixes: 6ee73861 ("drm/nouveau: Add DRM driver for NVIDIA GPUs") Signed-off-by:Ma Ke <make24@iscas.ac.cn> Signed-off-by:
Lyude Paul <lyude@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240627074204.3023776-1-make24@iscas.ac.cn Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Yuntao Liu <liuyuntao12@huawei.com>