]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virFileResolveLink: guarantee an absolute path
authorEric Blake <eblake@redhat.com>
Mon, 28 Jun 2010 21:06:36 +0000 (15:06 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 29 Jun 2010 13:24:38 +0000 (07:24 -0600)
commitdb1fbbd86abf7569106c48697c43784101c16245
treed40b035bcaf780fdce4bd7d4f68bc5250d17d522
parent5b26f2d8e64b8fd94eace47af7155aa0f68247db
virFileResolveLink: guarantee an absolute path

https://bugzilla.redhat.com/show_bug.cgi?id=608092

* src/util/util.c (virFileResolveLink): Use
canonicalize_file_name, rather than areadlink.
src/util/util.c