PT-2026-30037
In the Linux kernel, the following vulnerability has been resolved: btrfs: free pages on error in btrfs uring read extent In this function the 'pages' object is never freed in the hopes that it is picked up by btrfs uring read finished whenever that executes in the future. But that's just the hap...