In the Linux kernel, the following vulnerability has been resolved:
drm/msm: Fix another leak in the submit error path
put_unused_fd() doesn't free the installed file, if we've already done fd_install(). So we need to also free the sync_file.
Patchwork: https://patchwork.freedesktop.org/patch/653583/
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 3.12 | 6.1.144 |
| linux / linux_kernel | 6.2 | 6.6.97 |
| linux / linux_kernel | 6.7 | 6.12.37 |
| linux / linux_kernel | 6.13 | 6.15.6 |
| linux / linux_kernel | 6.16-rc1 | 6.16-rc1.x |
| linux / linux_kernel | 6.16-rc2 | 6.16-rc2.x |
| debian / debian_linux | 11.0 | 11.0.x |