Skip to content

Commit

Permalink
fuzz: unfix x86_64 version
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Dec 26, 2024
1 parent f8618a8 commit 96d9172
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/crypto/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ afl = { version = "*", optional = true }
arbitrary = "=1.1.3"
der = { version = "0.7.9", features = ["oid", "alloc"] }
serde = "=1.0.198"
x86_64 = "=0.14.11"

[dependencies.crypto]
path = ".."
Expand Down
1 change: 0 additions & 1 deletion src/devices/virtio/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ bitmap-allocator = { git = "https://github.com/rcore-os/bitmap-allocator", rev =
spin = "0.9.2"
arbitrary = "=1.1.3"
serde = "=1.0.198"
x86_64 = "=0.14.11"

[features]
default = ["libfuzzer-sys"]
Expand Down
1 change: 0 additions & 1 deletion src/devices/vsock/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ libfuzzer-sys = { version = "0.4", optional = true }
afl = {version = "*", optional = true }
arbitrary = "=1.1.3"
serde = "=1.0.198"
x86_64 = "=0.14.11"

[dependencies.vsock]
path = ".."
Expand Down
1 change: 0 additions & 1 deletion src/migtd/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ afl = { version = "*", optional = true }
r-efi = "3.2.0"
arbitrary = "=1.1.3"
serde = "=1.0.198"
x86_64 = "=0.14.11"

[patch.crates-io]
ring = { path = "../../../deps/td-shim/library/ring" }
Expand Down
1 change: 0 additions & 1 deletion src/policy/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ afl = {version = "*", optional = true }
arbitrary = "=1.1.3"
log = "0.4.13"
serde = "=1.0.198"
x86_64 = "=0.14.11"

[features]
default = ["libfuzzer-sys"]
Expand Down

0 comments on commit 96d9172

Please sign in to comment.