Go to file
Marc-André Lureau 15dba2901b spice.proto: fix demarshaller crash with name message
It turned out the demarshaller wasn't allocating enough space to
memcpy the name. In order to take into account the size of a variable
array, it needs to be marked with the @end tag so that the
"extra_size" is added to the allocated memory.

It would be nice if the demarshaller would somehow fail if this wasn't
set explicitly, or do the right thing by default.

@end the name so that demarshaller
2012-03-21 13:24:17 +01:00
python_modules codegen: ifdef/endif function declaration too 2012-03-21 13:24:17 +01:00
spice1.proto spice-client migration: fix minor for old migration support. 2012-03-20 15:25:51 +01:00
spice_codegen.py codegen: include headers locally 2012-03-21 13:24:17 +01:00
spice.proto spice.proto: fix demarshaller crash with name message 2012-03-21 13:24:17 +01:00