Fix: bytecode validator: oops during validation of immediate string
[lttng-modules.git] / src / lttng-tracepoint.c
index 53828104113efbaae5cbfb4754531df5c405368f..35aa07eb43efd7eae2d233c111a8e24813672f85 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.022951 seconds and 4 git commands to generate.