commit | ad008d42bcec99911b3270a8349f8ec8405a1c4e | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Tue Feb 19 20:03:57 2008 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Feb 22 09:08:13 2008 -0600 |
tree | b6dc4fce8cc602ebb17ddc18dd228952461af00d | |
parent | 3b0f208a583f130f1e551a6b8673734f51ab7dcd [diff] |
[SCSI] mptbase: fix use-after-free's 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>