]> xenbits.xensource.com Git - xen.git/commit
libxl: Do not trust backend for disk in getinfo
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 29 Apr 2016 18:10:45 +0000 (19:10 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 6 Jun 2016 16:21:40 +0000 (17:21 +0100)
commit1e213d5068a8b5f7ef00cc394bb71fb070e6df90
tree8fa8dce1f810db9f932d2f6808fb3cd0d425fdb1
parent04e7c06b92237fdc512e1fbdf5f8c5dc5f16ae76
libxl: Do not trust backend for disk in getinfo

Do not read the frontend path out of the backend.  We have it in our
hand.  Likewise the guest (frontend) domid was one of our parameters (!)

This is part of XSA-178.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl.c