mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
Btrfs: Fix use after free during compressed reads
Yan's fix to use the correct file offset during compressed reads used the extent_map struct pointer after it had been freed. This saves the fields we want for later use instead. Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
ff5b7ee33d
commit
e04ca626ba
1 changed files with 6 additions and 1 deletions
Loading…
Add table
Add a link
Reference in a new issue