diff options
author | Greg Kurz <groug@kaod.org> | 2017-05-25 10:30:14 +0200 |
---|---|---|
committer | Greg Kurz <groug@kaod.org> | 2017-05-25 10:30:14 +0200 |
commit | 4fa62005d0a85df9bb14ea9f53109d7c5f66eeb9 (patch) | |
tree | 94562ed30ab6a040890679f7e40b722fc3a294e4 /scripts/qemu.py | |
parent | fcdcf1eed2fd26bfe836080755ba4322d3c1f2cc (diff) | |
download | qemu-4fa62005d0a85df9bb14ea9f53109d7c5f66eeb9.zip qemu-4fa62005d0a85df9bb14ea9f53109d7c5f66eeb9.tar.gz qemu-4fa62005d0a85df9bb14ea9f53109d7c5f66eeb9.tar.bz2 |
9pfs: check return value of v9fs_co_name_to_path()
These v9fs_co_name_to_path() call sites have always been around. I guess
no care was taken to check the return value because the name_to_path
operation could never fail at the time. This is no longer true: the
handle and synth backends can already fail this operation, and so will the
local backend soon.
Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'scripts/qemu.py')
0 files changed, 0 insertions, 0 deletions