commit | 03b147083a2f9a2a3fbbd2505fa88ffa3c6ab194 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Wed Sep 23 16:15:35 2009 +0200 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Dec 04 12:00:51 2009 -0600 |
tree | 9d0005b45bfff8d9ec23857d4e317311d6875d1b | |
parent | f619106bdd9d197c947f07108af57946f19a7f7e [diff] |
[SCSI] scsi_lib: fix potential NULL dereference Stanse found a potential NULL dereference in scsi_kill_request. Instead of triggering BUG() in 'if (unlikely(cmd == NULL))' branch, the kernel will Oops earlier on cmd dereference. Move the dereferences after the if. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>