commit | ce5246b972f7514af899a63c0faf831d05ed5ee1 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Mon Jan 14 15:48:58 2008 -0600 |
committer | David Teigland <teigland@redhat.com> | Wed Jan 30 11:04:42 2008 -0600 |
tree | fe7c58c280bde924f88adf5da2620ecf433293bd | |
parent | 755b5eb8bac90b35dc901465a06081aaad94e9ae [diff] |
dlm: fix possible use-after-free 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>