Spdk/lib/bdev/rbd
Ziye Yang 22b12b319e rbd: fix the pool_name and rbd_name wild pointer issue
Previously, we directly assigned the pointer of pool_name
and rbd_name, and this is not safe. After the rpc test,
we found the string value is not correct, so use strdup.

Change-Id: Ibadc57d3cb5b9869b7db5a22c2459769e92edebd
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2016-10-19 12:55:39 -07:00
..
blockdev_rbd_rpc.c bdev: Add rpc interface for rbd. 2016-10-13 22:07:53 -07:00
blockdev_rbd.c rbd: fix the pool_name and rbd_name wild pointer issue 2016-10-19 12:55:39 -07:00
blockdev_rbd.h bdev: Add public function spdk_bdev_rbd_create(). 2016-10-13 22:07:53 -07:00
Makefile bdev: Add rpc interface for rbd. 2016-10-13 22:07:53 -07:00