mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1.0 KiB
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.