Fix: bytecode validator: oops during validation of immediate string
[lttng-modules.git] / lttng-filter.h
index 56d53381768b40b144ee694678e0b11f91a6bab3..f358fa3cdec72869f67b9282570b5ff7b185c6c3 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.02371 seconds and 4 git commands to generate.