Fix: bytecode validator: reject specialized load field/context ref instructions
[lttng-modules.git] / lttng-filter.h
index e82d883decf0cd1c119e37181b196c678478c768..56d53381768b40b144ee694678e0b11f91a6bab3 100644 (file)
@@ -238,6 +238,7 @@ struct estack {
 const char *lttng_filter_print_op(enum filter_op op);
 
 int lttng_filter_validate_bytecode(struct bytecode_runtime *bytecode);
+int lttng_filter_validate_bytecode_load(struct bytecode_runtime *bytecode);
 int lttng_filter_specialize_bytecode(struct lttng_event *event,
                struct bytecode_runtime *bytecode);
 
This page took 0.024035 seconds and 4 git commands to generate.