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:
3b8b5c9
)
[SCSI] libosd: fix potential ERR_PTR dereference in osd_initiator.c
author
Dan Carpenter
<error27@gmail.com>
Sun, 19 Apr 2009 16:07:47 +0000
(19:07 +0300)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Mon, 27 Apr 2009 16:05:31 +0000
(11:05 -0500)
bio_map_kern() returns an ERR_PTR() not NULL.
Found by smatch (http://repo.or.cz/w/smatch.git). Compile tested.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found