Re: [libvirt] [PATCH] conf: virDomainDefValidateInternal prohibit some characters in shmem name

2018-07-10 Thread Jiri Denemark
On Tue, Jul 10, 2018 at 13:37:34 +0200, Simon Kobyda wrote: > XML shmem name will not include characters '/', '.' or '..', as shmem name > is used in a path > https://bugzilla.redhat.com/show_bug.cgi?id=1192400 > --- > src/conf/domain_conf.c | 13 + > 1 file changed, 13 insertions(+)

Re: [libvirt] [PATCH] conf: virDomainDefValidateInternal prohibit some characters in shmem name

2018-07-10 Thread Pavel Hrdina
On Tue, Jul 10, 2018 at 01:45:33PM +0200, Peter Krempa wrote: > On Tue, Jul 10, 2018 at 13:37:34 +0200, Simon Kobyda wrote: > > XML shmem name will not include characters '/', '.' or '..', as shmem name > > is used in a path > > https://bugzilla.redhat.com/show_bug.cgi?id=1192400 > > --- > >

Re: [libvirt] [PATCH] conf: virDomainDefValidateInternal prohibit some characters in shmem name

2018-07-10 Thread Peter Krempa
On Tue, Jul 10, 2018 at 13:37:34 +0200, Simon Kobyda wrote: > XML shmem name will not include characters '/', '.' or '..', as shmem name > is used in a path > https://bugzilla.redhat.com/show_bug.cgi?id=1192400 > --- > src/conf/domain_conf.c | 13 + > 1 file changed, 13 insertions(+)

[libvirt] [PATCH] conf: virDomainDefValidateInternal prohibit some characters in shmem name

2018-07-10 Thread Simon Kobyda
XML shmem name will not include characters '/', '.' or '..', as shmem name is used in a path https://bugzilla.redhat.com/show_bug.cgi?id=1192400 --- src/conf/domain_conf.c | 13 + 1 file changed, 13 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index