File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ depends: [
1313 "topkg" {build & >= "0.7.6"}
1414 "base-unix"
1515]
16+ conflicts: [
17+ "ocaml-option-bytecode-only"
18+ ]
1619synopsis: "use afl-fuzz in persistent mode"
1720description: """
1821afl-fuzz normally works by repeatedly fork()ing the program being
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ depends: [
1111 "ocamlfind"
1212 "base-unix"
1313]
14+ conflicts: [
15+ "ocaml-option-bytecode-only"
16+ ]
1417post-messages: [
1518"afl-persistent is installed, but since AFL instrumentation is not available
1619with this OCaml compiler, instrumented fuzzing with afl-fuzz won't work.
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ depends: [
1010 "ocaml" {>= "4.00"}
1111 "base-unix"
1212]
13+ conflicts: [
14+ "ocaml-option-bytecode-only"
15+ ]
1316post-messages: [
1417"afl-persistent is installed, but since AFL instrumentation is not available
1518with this OCaml compiler, instrumented fuzzing with afl-fuzz won't work.
You can’t perform that action at this time.
0 commit comments