Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzz: add target for LocalAddress from string #227

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

brunoerg
Copy link
Contributor

This is a very simple fuzz target but might be the start of a journey :)

Since there is no fuzzing in this project, I added cargo-fuzz into it.

To run:

cargo +nightly fuzz run local_address_str

@jaoleal
Copy link
Contributor

jaoleal commented Aug 29, 2024

fuzzing is a dream in this project, but we have some dev debts that can to be done before and will bring more quality of life to the developers.
like:

@Davidson-Souza
Copy link
Collaborator

Does adding this to the top-level Cargo.toml solve the problem for windows? It looks like the fuzzer doesn't work on windows.

default-members = [ 
    "florestad",
    "crates/floresta",
    "crates/floresta-chain",
    "crates/floresta-cli",
    "crates/floresta-common",
    "crates/floresta-compact-filters",
    "crates/floresta-electrum",
    "crates/floresta-watch-only",
    "crates/floresta-wire",
]

@brunoerg brunoerg force-pushed the fuzz branch 2 times, most recently from 28342b6 to 82edbaf Compare August 29, 2024 18:49
README.md Show resolved Hide resolved
@Davidson-Souza Davidson-Souza merged commit bf01bef into vinteumorg:master Sep 3, 2024
5 checks passed
@brunoerg brunoerg deleted the fuzz branch September 3, 2024 20:37
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