Re: [Xen-devel] [PATCH] libxl: use LIBXL__LOG in libxl_ctx_alloc

2016-03-14 Thread Ian Jackson
Wei Liu writes ("[PATCH] libxl: use LIBXL__LOG in libxl_ctx_alloc"): > Coverity points out that using LOG macro dereferences gc which is NULL > at that point. Use LIBXL__LOG instead. > > CID: 1343291 > > Signed-off-by: Wei Liu Acked-by: Ian Jackson Committed-by: Ian Jackson _

[Xen-devel] [PATCH] libxl: use LIBXL__LOG in libxl_ctx_alloc

2016-03-14 Thread Wei Liu
Coverity points out that using LOG macro dereferences gc which is NULL at that point. Use LIBXL__LOG instead. CID: 1343291 Signed-off-by: Wei Liu --- Cc: Ian Jackson --- tools/libxl/libxl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl.c b/tools/libxl/li