[Spice-devel] [PATCH spice-common] spice.proto: fix uninitalized variable in demarshaller

2013-10-22 Thread Alon Levy
Our automatically generated marshallers use temporary variables whose name is based on the field, without checking for shadowing. This bites us in one location that is fixed by this patch. A better solution would be to fix the marshaller, but it's more then I want to bite right now. RHBZ: 1021995

Re: [Spice-devel] [PATCH spice-common] spice.proto: fix uninitalized variable in demarshaller

2013-10-22 Thread Alon Levy
On 10/22/2013 04:47 PM, Alon Levy wrote: Our automatically generated marshallers use temporary variables whose name is based on the field, without checking for shadowing. This bites us in one location that is fixed by this patch. A better solution would be to fix the marshaller, but it's more

Re: [Spice-devel] [PATCH spice-common] spice.proto: fix uninitalized variable in demarshaller

2013-10-22 Thread Jonathon Jongsma
: Alon Levy al...@redhat.com To: spice-de...@freedesktop.org Sent: Tuesday, October 22, 2013 9:05:03 AM Subject: Re: [Spice-devel] [PATCH spice-common] spice.proto: fix uninitalized variable in demarshaller On 10/22/2013 04:47 PM, Alon Levy wrote: Our automatically generated marshallers