cve/2024/CVE-2024-56752.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2024-56752

Description

In the Linux kernel, the following vulnerability has been resolved:drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()When the call to gf100_grctx_generate() fails, unlock gr->fecs.mutexbefore returning the error.Fixes smatch warning:drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480 gf100_gr_chan_new() warn: inconsistent returns '&gr->fecs.mutex'.

POC

Reference

No PoCs from references.

Github