提交 8cced121 编写于 作者: G Gonglei (Arei) 提交者: Kevin Wolf

xen_disk: fix possible null-ptr dereference

Signed-off-by: NGonglei <arei.gonglei@huawei.com>
Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
上级 8efc9363
...@@ -589,6 +589,7 @@ static int blk_send_response_one(struct ioreq *ioreq) ...@@ -589,6 +589,7 @@ static int blk_send_response_one(struct ioreq *ioreq)
break; break;
default: default:
dst = NULL; dst = NULL;
return 0;
} }
memcpy(dst, &resp, sizeof(resp)); memcpy(dst, &resp, sizeof(resp));
blkdev->rings.common.rsp_prod_pvt++; blkdev->rings.common.rsp_prod_pvt++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册