| Summary | In the Linux kernel, the following vulnerability has been resolved: drm/vc4: fix krealloc() memory leak Don't just overwrite the original pointer passed to krealloc() MEM = krealloc(MEM, SZ, GFP); If krealloc() returns NULL, that erases the pointer TMP = krealloc(MEM, SZ, GFP); While on it, use krealloc_array(). |
|---|---|
| Publication Date | June 25, 2026, 6:16 p.m. |
| Registration Date | June 27, 2026, 4:26 a.m. |
| Last Update | June 25, 2026, 6:16 p.m. |