mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 22:55:35 +00:00
Do it by adding @end tag. Without it the allocated memory has no space for 'name'. Also fix SpiceMsgMainArrayMessage tests/test-marshallers.h, replacing int8_t* name with int8_t name[0]. This makes name an "in-structure" array with no pre-defined size instead of a pointer. The size is defined by the message size. Signed-off-by: Uri Lublin <uril@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| meson.build | ||
| test-dummy-recorder.c | ||
| test-logging.c | ||
| test-marshallers.c | ||
| test-marshallers.h | ||
| test-marshallers.proto | ||
| test-quic.c | ||
| test-region.c | ||
| test-ssl-verify.c | ||