git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff5b7ee
)
Btrfs: Fix use after free during compressed reads
author
Chris Mason
<chris.mason@oracle.com>
Mon, 10 Nov 2008 16:44:58 +0000
(11:44 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Mon, 10 Nov 2008 16:44:58 +0000
(11:44 -0500)
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>
No differences found