linux/drivers/block/xen-blkback
Dan Carpenter 9b83c77121 xen/blkback: potential null dereference in error handling
blkbk->pending_pages can be NULL here so I added a check for it.

Signed-off-by: Dan Carpenter <error27@gmail.com>
[v1: Redid the loop a bit]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2011-06-01 09:28:21 -04:00
..
Makefile
blkback.c xen/blkback: potential null dereference in error handling 2011-06-01 09:28:21 -04:00
common.h
xenbus.c