| 概要 | 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(). |
|---|---|
| 公表日 | 2026年6月25日18:16 |
| 登録日 | 2026年6月27日4:26 |
| 最終更新日 | 2026年6月25日18:16 |