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 mem_size, which is fixed simply >> by checking if the attribute 'nocopy' is present. >> >> The error log follows: >> >> generated_server_demarshallers.c: In function >> ‘parse_msgc_smartcard_reader_add’: >> generated_server_demarshallers.c:1985:30: error: ‘mem_size’ undeclared (first >> use in this function); did you mean ‘nw_size’? >> data = (uint8_t *)malloc(mem_size); >> ^~~~~~~~ >> nw_size >> >> Signed-off-by: Eduardo Lima (Etrunko) <etrunko@xxxxxxxxxx> > > Acked-by: Frediano Ziglio <fziglio@xxxxxxxxxx> > > Would be great to have a test for this. > Maybe extending test-marshaller ? Sure, I will send a v2 with the changes. -- Eduardo de Barros Lima (Etrunko) Software Engineer - RedHat etrunko@xxxxxxxxxx _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel