Re: [Xen-devel] [PATCH] COLO-proxy: Fix argument check error

2017-03-23 Thread Wei Liu
On Thu, Mar 23, 2017 at 07:43:55PM +0800, Zhang Chen wrote: > Here, we should check the 'outdev' before use. > > Signed-off-by: Zhang Chen Acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH] COLO-proxy: Fix argument check error

2017-03-23 Thread Wei Liu
On Thu, Mar 23, 2017 at 07:43:55PM +0800, Zhang Chen wrote: > Here, we should check the 'outdev' before use. > > Signed-off-by: Zhang Chen Acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH] COLO-proxy: Fix argument check error

2017-03-23 Thread Zhang Chen
Here, we should check the 'outdev' before use. Signed-off-by: Zhang Chen --- tools/libxl/libxl_dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index 4344c53..f8ba859 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/lib