PT-2026-43948
In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acomp save req acomp save req stores &req-chain in req-base.data. When acomp reqchain done is invoked on asynchronous completion, it receives &req-chain as the data argument but casts i...