You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/bpftrace/files/bpftrace-0.14.0-fuzzing.patch

19 lines
499 B

https://github.com/iovisor/bpftrace/pull/2059
--- a/src/fuzz_main.cpp
+++ b/src/fuzz_main.cpp
@@ -17,12 +17,12 @@
#include <unistd.h>
#include "ast/bpforc/bpforc.h"
-#include "ast/clang_parser.h"
+#include "clang_parser.h"
#include "ast/passes/callback_visitor.h"
#include "ast/passes/field_analyser.h"
#include "ast/passes/semantic_analyser.h"
#include "bpftrace.h"
-#include "codegen_llvm.h"
+#include "ast/passes/codegen_llvm.h"
#include "driver.h"
#include "log.h"
#include "output.h"