Skip to content

Commit 050818b

Browse files
authored
Merge pull request ocaml#22770 from kit-ty-kate/fix-185
afl-persistent >= 1.1 does not handle not having ocamlopt
2 parents 1d5698c + f2b7cc5 commit 050818b

File tree

3 files changed

+9
-0
lines changed
  • packages/afl-persistent
    • afl-persistent.1.1
    • afl-persistent.1.2
    • afl-persistent.1.3

3 files changed

+9
-0
lines changed

packages/afl-persistent/afl-persistent.1.1/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
]
1619
synopsis: "use afl-fuzz in persistent mode"
1720
description: """
1821
afl-fuzz normally works by repeatedly fork()ing the program being

packages/afl-persistent/afl-persistent.1.2/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ depends: [
1111
"ocamlfind"
1212
"base-unix"
1313
]
14+
conflicts: [
15+
"ocaml-option-bytecode-only"
16+
]
1417
post-messages: [
1518
"afl-persistent is installed, but since AFL instrumentation is not available
1619
with this OCaml compiler, instrumented fuzzing with afl-fuzz won't work.

packages/afl-persistent/afl-persistent.1.3/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ depends: [
1010
"ocaml" {>= "4.00"}
1111
"base-unix"
1212
]
13+
conflicts: [
14+
"ocaml-option-bytecode-only"
15+
]
1316
post-messages: [
1417
"afl-persistent is installed, but since AFL instrumentation is not available
1518
with this OCaml compiler, instrumented fuzzing with afl-fuzz won't work.

0 commit comments

Comments
 (0)