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:
97009a2
)
[SCSI] mvsas: fix potential NULL dereference
author
Jiri Slaby
<jslaby@suse.cz>
Tue, 22 Jun 2010 11:42:02 +0000
(13:42 +0200)
committer
James Bottomley
<James.Bottomley@suse.de>
Tue, 27 Jul 2010 17:03:53 +0000
(12:03 -0500)
Stanse found that in mvs_abort_task, mvi_dev is dereferenced earlier
than tested for being NULL. Move the assignment below the test.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
No differences found