commit | 1227633a441363642cdbaf38c4241d071e917095 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Fri Dec 31 02:22:20 2010 -0600 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Dec 31 09:52:42 2010 -0600 |
tree | 51b7ec4bc1d56b103bf74c5273a0d2b0e70abf70 | |
parent | bc7accec8788ada4f459461194c2b8fad94ed239 [diff] |
[SCSI] be2iscsi: fix null ptr when accessing task hdr If alloc_pdu fails then the task->hdr pointer may not be set. This adds a check for this case in the cleanup callback. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>