Re: [PATCH 3/3] qemu_namespace: Don't leak mknod items that are being skipped over

2020-09-04 Thread Ján Tomko
On a Friday in 2020, Michal Privoznik wrote: When building and populating domain NS a couple of functions is called that append paths to a string list. This string list is then inspected, one item at the time by qemuNamespacePrepareOneItem() which gathers all the info for given path (stat

Re: [PATCH 3/3] qemu_namespace: Don't leak mknod items that are being skipped over

2020-09-04 Thread Laine Stump
On 9/4/20 4:24 AM, Michal Privoznik wrote: When building and populating domain NS a couple of functions is called s/is/are/ that append paths to a string list. This string list is then inspected, one item at the time by qemuNamespacePrepareOneItem() which gathers all the info for given

[PATCH 3/3] qemu_namespace: Don't leak mknod items that are being skipped over

2020-09-04 Thread Michal Privoznik
When building and populating domain NS a couple of functions is called that append paths to a string list. This string list is then inspected, one item at the time by qemuNamespacePrepareOneItem() which gathers all the info for given path (stat buffer, possible link target, ACLs, SELinux label)