Re: [Spice-devel] [PATCH spice-common 1/2] Fix demarshaller code generator

2018-05-17 Thread Eduardo Lima (Etrunko)
On 17/05/18 14:08, Frediano Ziglio wrote: >> >> Even though commit df4ec5c3186e796624e4bbf2dc4a269faf2823f6 commented >> out most of smartcard code which triggered this error, it still might >> happen if a new message is added with an array member. >> >> The reason is a missing declaration of

Re: [Spice-devel] [PATCH spice-common 1/2] Fix demarshaller code generator

2018-05-17 Thread Frediano Ziglio
> > Even though commit df4ec5c3186e796624e4bbf2dc4a269faf2823f6 commented > out most of smartcard code which triggered this error, it still might > happen if a new message is added with an array member. > > The reason is a missing declaration of mem_size, which is fixed simply > by checking if

[Spice-devel] [PATCH spice-common 1/2] Fix demarshaller code generator

2018-05-17 Thread Eduardo Lima (Etrunko)
Even though commit df4ec5c3186e796624e4bbf2dc4a269faf2823f6 commented out most of smartcard code which triggered this error, it still might happen if a new message is added with an array member. The reason is a missing declaration of mem_size, which is fixed simply by checking if the attribute