Re: [Spice-devel] [PATCH spice-common v2] codegen: Check validity of array members

2019-10-10 Thread Victor Toso
Hi, I was doing some tests, seems to work well :) On Wed, Aug 14, 2019 at 06:08:24PM +0100, Frediano Ziglio wrote: > Check that combination of fields for an array does not > lead to unsafe code. > check_valid method came from generate_c_declaration with > some more check and it's use in demarshal

Re: [Spice-devel] [PATCH spice-common v2] codegen: Check validity of array members

2019-10-10 Thread Frediano Ziglio
ping > > ping > > > > > ping > > > > > > > > ping > > > > > > > > > > > ping > > > > > > > > > > > > > > Check that combination of fields for an array does not > > > > > lead to unsafe code. > > > > > check_valid method came from generate_c_declaration with > > > > > some more check and i

Re: [Spice-devel] [PATCH spice-common v2] codegen: Check validity of array members

2019-09-30 Thread Frediano Ziglio
ping > > ping > > > > > ping > > > > > > > > ping > > > > > > > > > > > Check that combination of fields for an array does not > > > > lead to unsafe code. > > > > check_valid method came from generate_c_declaration with > > > > some more check and it's use in demarshaller to validate > > >

Re: [Spice-devel] [PATCH spice-common v2] codegen: Check validity of array members

2019-09-19 Thread Frediano Ziglio
ping > > ping > > > > > ping > > > > > > > > Check that combination of fields for an array does not > > > lead to unsafe code. > > > check_valid method came from generate_c_declaration with > > > some more check and it's use in demarshaller to validate > > > the array if the structure is not

Re: [Spice-devel] [PATCH spice-common v2] codegen: Check validity of array members

2019-09-10 Thread Frediano Ziglio
ping > > ping > > > > > Check that combination of fields for an array does not > > lead to unsafe code. > > check_valid method came from generate_c_declaration with > > some more check and it's use in demarshaller to validate > > the array if the structure is not generated. > > > > Signed-off-

Re: [Spice-devel] [PATCH spice-common v2] codegen: Check validity of array members

2019-08-28 Thread Frediano Ziglio
ping > > Check that combination of fields for an array does not > lead to unsafe code. > check_valid method came from generate_c_declaration with > some more check and it's use in demarshaller to validate > the array if the structure is not generated. > > Signed-off-by: Frediano Ziglio > --- >

[Spice-devel] [PATCH spice-common v2] codegen: Check validity of array members

2019-08-14 Thread Frediano Ziglio
Check that combination of fields for an array does not lead to unsafe code. check_valid method came from generate_c_declaration with some more check and it's use in demarshaller to validate the array if the structure is not generated. Signed-off-by: Frediano Ziglio --- python_modules/demarshal.p