Skip to content

Conversation

rmalmain
Copy link
Member

No description provided.

@@ -236,9 +236,10 @@ ahash = { workspace = true } # The hash function already used in hashbrown
meminterval = { workspace = true, features = ["serde"] }
backtrace = { workspace = true, optional = true } # Used to get the stacktrace in StacktraceObserver
typed-builder = { workspace = true, optional = true } # Implement the builder pattern at compiletime
fs4 = "0.13.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should be another dependency on fs2 inside this file
can you delete that?

@@ -227,7 +227,7 @@ hashbrown = { workspace = true, features = [
"ahash",
], default-features = false } # A faster hashmap, nostd compatible
num-traits = { workspace = true, default-features = false }
serde = { workspace = true, features = ["alloc"] } # serialization lib
serde = { workspace = true, features = ["alloc", "rc"] } # serialization lib
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They warn against adding rc

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tokatoka tokatoka added this to the LibAFL 1.0 milestone Apr 28, 2025
@domenukk
Copy link
Member

domenukk commented May 27, 2025

One big thing we may need to address for corpus at some point is that we now keep all metadata in memory at all times.
Maybe metadata should (optionally?) be treated and cached like part of the testcase, instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants