Fix: bytecode validator: reject specialized load field/context ref instructions
[lttng-ust.git] / liblttng-ust / lttng-filter.h
index cc15c1546fa469ae1f32871d8a74092662f990bf..09446507cb6fa79160d3d9412d6264d2611116a0 100644 (file)
@@ -291,6 +291,7 @@ struct estack {
 const char *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.02223 seconds and 4 git commands to generate.