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:
5a92bc8
)
Btrfs: fix use after free in O_DIRECT
author
Josef Bacik
<josef@redhat.com>
Fri, 19 Nov 2010 14:41:10 +0000
(09:41 -0500)
committer
Josef Bacik
<josef@redhat.com>
Thu, 9 Dec 2010 18:57:10 +0000
(13:57 -0500)
This fixes a bug where we use dip after we have freed it. Instead just use the
file_offset that was passed to the function. Thanks,
Signed-off-by: Josef Bacik <josef@redhat.com>
No differences found