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:
4d3b891
)
ecryptfs: use after free
author
Dan Carpenter
<error27@gmail.com>
Tue, 19 Jan 2010 09:34:32 +0000
(12:34 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 28 Jan 2010 23:20:24 +0000
(15:20 -0800)
commit
ece550f51ba175c14ec3ec047815927d7386ea1f
upstream.
The "full_alg_name" variable is used on a couple error paths, so we
shouldn't free it until the end.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found