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:
3b0f208
)
[SCSI] mptbase: fix use-after-free's
author
Adrian Bunk
<bunk@kernel.org>
Wed, 20 Feb 2008 02:03:57 +0000
(20:03 -0600)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Fri, 22 Feb 2008 15:08:13 +0000
(09:08 -0600)
ioc->name is used in the printk's after ioc has been freed. Free
after prinks to fix this.
This patch fixes two use-after-free's introduced by
commit
e78d5b8f1e73ab82f3fd041d05824cfee7d83a2c
and spotted by the
Coverity checker.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found