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:
4aa25bc
)
ecryptfs: use after free
author
Dan Carpenter
<error27@gmail.com>
Tue, 19 Jan 2010 09:34:32 +0000
(12:34 +0300)
committer
Tyler Hicks
<tyhicks@linux.vnet.ibm.com>
Wed, 20 Jan 2010 04:36:06 +0000
(22:36 -0600)
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>
Cc: stable@kernel.org
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
No differences found