Go to file
Uri Lublin 01417b7533 test-marshallers.proto: ArrayMessage: make space for name
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>
2019-08-13 18:09:05 +01:00
common recorder: Update 2019-05-29 14:53:16 +01:00
docs docs: add spice URI scheme 2019-02-21 14:22:18 +00:00
m4 build: Disable Celt support by default 2019-06-13 08:51:11 +01:00
python_modules ptypes.py: remove useless condition member != None 2019-08-12 17:00:42 +01:00
tests test-marshallers.proto: ArrayMessage: make space for name 2019-08-13 18:09:05 +01:00
.gitlab-ci.yml ci: Remove dependencies from copr build 2019-03-12 12:43:38 +00:00
.gitmodules Integrate recorder library 2019-01-23 14:44:19 +00:00
.gitpublish Add a .gitpublish 2019-01-15 17:35:51 +04:00
autogen.sh Remove files moved to spice-protocol 2015-08-11 10:26:06 +02:00
configure.ac build: Add new check for recorder library 2019-04-03 09:32:46 +01:00
COPYING Remove trailing whitespace 2015-12-18 11:41:15 +01:00
git.mk build: Update git.mk to latest version 2018-06-18 14:08:03 +01:00
Makefile.am proto: Remove support for SPICE version 1 2018-09-28 09:00:03 +01:00
meson_options.txt build: Disable Celt support by default 2019-06-13 08:51:11 +01:00
meson.build Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
spice_codegen.py Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
spice.proto proto: Fix typo in message name 2019-04-03 10:00:42 +01:00