[libvirt] [PATCH 0/2] {lxc, util}: Fixing issues with NULL argument for

Julio Faracco jcfaracco at gmail.com
Wed Jun 27 02:27:55 UTC 2018


This serie fixes the argument 'type' of syscall mount(). Valgrind is
throwing a memory issue when that parameter is NULL. The best option
to fix this issue is replace NULL to "none" filesystem.

Julio Faracco (2):
  lxc: moving 'type' argument to avoid issues with mount() syscall.
  util: moving 'type' argument to avoid issues with mount() syscall.

 src/lxc/lxc_container.c | 26 +++++++++++++-------------
 src/util/vircgroup.c    |  2 +-
 2 files changed, 14 insertions(+), 14 deletions(-)

-- 
2.17.1




More information about the libvir-list mailing list