[Spice-devel] [spice-common PATCH 2/2] test-marshallers.proto: ArrayMessage: make space for name

Uri Lublin uril at redhat.com
Sun Aug 11 09:26:05 UTC 2019


Do it by adding @end tag.
Without it 'name' is a non-allocated pointer.

Signed-off-by: Uri Lublin <uril at redhat.com>
---

Is there a better way to do it ?

---

 tests/test-marshallers.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-marshallers.proto b/tests/test-marshallers.proto
index 34cc892..eabd487 100644
--- a/tests/test-marshallers.proto
+++ b/tests/test-marshallers.proto
@@ -6,7 +6,7 @@ channel TestChannel {
    } ShortDataSubMarshall;
 
    message {
-      int8 name[];
+      int8 name[] @end;
    } ArrayMessage;
 
     message {
-- 
2.21.0



More information about the Spice-devel mailing list