Fix: bytecode validator: reject specialized load field/context ref instructions
[lttng-ust.git] / src / lib / lttng-ust / lttng-bytecode.h
index 87a90dd6bf6b3ff554f50e85a294f3a04f6a780a..16e79eb30fc65f35db94d54f2976f165f02a0442 100644 (file)
@@ -324,6 +324,9 @@ void lttng_bytecode_sync_state(struct lttng_ust_bytecode_runtime *runtime)
 int lttng_bytecode_validate(struct bytecode_runtime *bytecode)
        __attribute__((visibility("hidden")));
 
+int lttng_bytecode_validate_load(struct bytecode_runtime *bytecode)
+       __attribute__((visibility("hidden")));
+
 int lttng_bytecode_specialize(const struct lttng_ust_event_desc *event_desc,
                struct bytecode_runtime *bytecode)
        __attribute__((visibility("hidden")));
This page took 0.022902 seconds and 4 git commands to generate.