Re: [PATCH 1/2] Replace virFileAbsPath() with g_canonicalize_filename()

2021-06-15 Thread Martin Kletzander
On Mon, Jun 07, 2021 at 02:10:47PM +0800, Luke Yue wrote: Signed-off-by: Luke Yue --- src/libvirt-domain.c | 16 src/libvirt_private.syms | 1 - src/util/virfile.c | 23 +-- src/util/virfile.h | 3 --- src/util/virlog.c| 2 +- 5 files ch

[PATCH 1/2] Replace virFileAbsPath() with g_canonicalize_filename()

2021-06-06 Thread Luke Yue
Signed-off-by: Luke Yue --- src/libvirt-domain.c | 16 src/libvirt_private.syms | 1 - src/util/virfile.c | 23 +-- src/util/virfile.h | 3 --- src/util/virlog.c| 2 +- 5 files changed, 10 insertions(+), 35 deletions(-) diff --git a