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:
755b5eb
)
dlm: fix possible use-after-free
author
David Teigland
<teigland@redhat.com>
Mon, 14 Jan 2008 21:48:58 +0000
(15:48 -0600)
committer
David Teigland
<teigland@redhat.com>
Wed, 30 Jan 2008 17:04:42 +0000
(11:04 -0600)
The dlm_put_lkb() can free the lkb and its associated ua structure,
so we can't depend on using the ua struct after the put.
Signed-off-by: David Teigland <teigland@redhat.com>
No differences found