spice-common/tests
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
..
Makefile.am Integrate recorder library 2019-01-23 14:44:19 +00:00
meson.build test: Add a test for subject_to_x509_name function 2019-01-08 21:26:58 +00:00
test-dummy-recorder.c Integrate recorder library 2019-01-23 14:44:19 +00:00
test-logging.c Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
test-marshallers.c Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
test-marshallers.h test-marshallers.proto: ArrayMessage: make space for name 2019-08-13 18:09:05 +01:00
test-marshallers.proto test-marshallers.proto: ArrayMessage: make space for name 2019-08-13 18:09:05 +01:00
test-quic.c Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
test-region.c Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
test-ssl-verify.c test-ssl-verify: Improve subject_to_x509_name coverage 2019-03-13 17:22:18 +00:00