Re: [Spice-devel] [spice-common PATCH 2/2] test-marshallers.proto: ArrayMessage: make space for name

2019-08-13 Thread Uri Lublin
On 8/11/19 1:02 PM, Frediano Ziglio wrote: Do it by adding @end tag. Without it 'name' is a non-allocated pointer. Signed-off-by: Uri Lublin --- Is there a better way to do it ? Is not clear what you are trying to achieve with this patch. The problem is currently name is defined as a

Re: [Spice-devel] [spice-common PATCH 2/2] test-marshallers.proto: ArrayMessage: make space for name

2019-08-11 Thread Frediano Ziglio
> > Do it by adding @end tag. > Without it 'name' is a non-allocated pointer. > > Signed-off-by: Uri Lublin > --- > > Is there a better way to do it ? Is not clear what you are trying to achieve with this patch. > > --- > > tests/test-marshallers.proto | 2 +- > 1 file changed, 1

[Spice-devel] [spice-common PATCH 2/2] test-marshallers.proto: ArrayMessage: make space for name

2019-08-11 Thread Uri Lublin
Do it by adding @end tag. Without it 'name' is a non-allocated pointer. Signed-off-by: Uri Lublin --- Is there a better way to do it ? --- tests/test-marshallers.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-marshallers.proto