]> xenbits.xensource.com Git - qemu-xen.git/commit
9pfs: fix name_to_path assertion in v9fs_complete_rename()
authorJan Dakinevich <jan.dakinevich@gmail.com>
Wed, 20 Sep 2017 06:48:52 +0000 (08:48 +0200)
committerGreg Kurz <groug@kaod.org>
Wed, 20 Sep 2017 06:48:52 +0000 (08:48 +0200)
commit4d8bc7334b06ef01a21cad3d1eb8dc183037a06b
tree141e82abde1d9386c691b5f2718ced9956cb6c1b
parent6069537f4336a59054afda91a6545d3648c64619
9pfs: fix name_to_path assertion in v9fs_complete_rename()

The third parameter of v9fs_co_name_to_path() must not contain `/'
character.

The issue is most likely related to 9p2000.u protocol only.

Signed-off-by: Jan Dakinevich <jan.dakinevich@gmail.com>
[groug, regression caused by commit f57f5878578a # 2.10]
Signed-off-by: Greg Kurz <groug@kaod.org>
hw/9pfs/9p.c