Fix: bytecode linker: validate event and field array/sequence encoding
[lttng-modules.git] / lttng-events.c
index 0a9b428e0e3b2f9f564db3fa2a148a4d2fe67aa0..d7283e83c9d6b2dc159e9a58e837357e5ab5e695 100644 (file)
@@ -689,6 +689,8 @@ struct lttng_event *_lttng_event_create(struct lttng_channel *chan,
                event_return->enabled = 0;
                event_return->registered = 1;
                event_return->instrumentation = itype;
+               INIT_LIST_HEAD(&event_return->bytecode_runtime_head);
+               INIT_LIST_HEAD(&event_return->enablers_ref_head);
                /*
                 * Populate lttng_event structure before kretprobe registration.
                 */
This page took 0.023661 seconds and 4 git commands to generate.