]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - block/bsg.c
bsg: fix potential error pointer dereference
authorJens Axboe <axboe@fb.com>
Thu, 28 Aug 2014 21:05:40 +0000 (15:05 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 29 Aug 2014 14:34:14 +0000 (08:34 -0600)
commit55872c5a3c01f0fe7b5298d19e24e237f5b5ff06
treee1747d5c4a677f2266388eccf4f03c772a786345
parenta492f075450f3ba87de36e5ffe92a9d0c7af9723
bsg: fix potential error pointer dereference

Dan writes:

block/bsg.c:327 bsg_map_hdr() error: 'next_rq' dereferencing possible
ERR_PTR().

Fix this by setting next_rq to NULL, for the case where it can be
!= NULL but an error pointer.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/bsg.c