]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_volume_client: decode d_name before using it 28196/head
authorRishabh Dave <ridave@redhat.com>
Sun, 19 May 2019 10:17:25 +0000 (12:17 +0200)
committerRishabh Dave <ridave@redhat.com>
Mon, 10 Jun 2019 05:28:57 +0000 (10:58 +0530)
commit543f3d86cce472af5c01f468e3859d7547376fcf
tree32da9185712ea8c4164fd5f0c3ed6d1dfdc3a16b
parented2ce0efad31b2b953c49be957fd2f46199e84b1
ceph_volume_client: decode d_name before using it

d_name is received as byte array but the code intends to use it as
a string. Therefore, convert it before using.

Fixes: http://tracker.ceph.com/issues/39406
Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/pybind/ceph_volume_client.py