Re: [Xen-devel] [PATCH v3 01/10] libxl: don't check s!=NULL in libxl__abs_path

2015-07-14 Thread Ian Jackson
Wei Liu writes ("[PATCH v3 01/10] libxl: don't check s!=NULL in libxl__abs_path"): > That argument should not be NULL. Let subsequent dereferencing crashes > the process. Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@lists.xen.org http://

[Xen-devel] [PATCH v3 01/10] libxl: don't check s!=NULL in libxl__abs_path

2015-07-14 Thread Wei Liu
That argument should not be NULL. Let subsequent dereferencing crashes the process. Signed-off-by: Wei Liu --- tools/libxl/libxl_internal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/libxl/libxl_internal.c b/tools/libxl/libxl_internal.c index 42d548e..24a0901 100