Fix: bytecode validator: oops during validation of immediate string
[lttng-modules.git] / include / lttng / lttng-bytecode.h
index 5bff5b00497a068a3f872f1eea76a78b0201bc85..f104b0ebfdf0ff4043eb82496d4cf216f5052565 100644 (file)
@@ -42,7 +42,7 @@ struct bytecode_runtime {
        size_t data_alloc_len;
        char *data;
        uint16_t len;
-       char code[0];
+       char code[];
 };
 
 enum entry_type {
This page took 0.024282 seconds and 4 git commands to generate.