]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: moving 'type' argument to avoid issues with mount() syscall.
authorJulio Faracco <jcfaracco@gmail.com>
Wed, 27 Jun 2018 15:06:26 +0000 (12:06 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Jul 2018 02:56:29 +0000 (04:56 +0200)
commit4539301bc84ee65558a48c1c3c22aa04f458dbe0
tree3dd31c162bcc5a0abf86ac1133c1de1b000aac19
parent87e198bb398b51956e4c35ca9a414fcc8dcbd2a1
util: moving 'type' argument to avoid issues with mount() syscall.

This commit fixes a mount call inside virgroup.c file. The NULL value
into 'type' argument is causing a valgrind issue. See commit 794b576c
for more details. The best approach to fix it is moving NULL to "none"
filesytem.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
src/util/vircgroup.c