In the Linux kernel, the following vulnerability has been resolved:dmaengine: idxd: fix memory leak in error handling path of idxd_allocMemory allocated for idxd is not freed if an error occurs duringidxd_alloc(). To fix it, free the allocated memory in the reverse orderof allocation before exiting the function in case of an error.
No PoCs from references.
- https://github.com/w4zu/Debian_security