Fix: bytecode validator: oops during validation of immediate string
[lttng-modules.git] / lttng-tracepoint.c
index 8298b3970b6256eb9cdf40ca1e43a416c501c9c3..c0c8c4dbf0a5ca0f60b1b6a71d18747432598bfd 100644 (file)
@@ -41,7 +41,7 @@ struct tracepoint_entry {
        struct tracepoint *tp;
        int refcount;
        struct list_head probes;
-       char name[0];
+       char name[];
 };
 
 struct lttng_tp_probe {
This page took 0.024617 seconds and 4 git commands to generate.