Add multiple variables implementing the `Arbitrary` type to `fuzz_target!`
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- rust
- Domain
- testing-qa
Research direction
Start by reading the implementation of the fuzz_target! macro and how it currently handles one Arbitrary variable. Compare the proposed multiple-variable syntax with the alternative fuzz_targets macro, then define which approach is in scope. Done means multiple Arbitrary variables can be fuzzed from the same input with clear macro behavior.
Written by the indexing model from the issue text.
Description
A possible upgrade would be the ability for creating multiple variables that are to be fuzzed from the same data in the fuzz_target macro.
Something like this?
fuzz_target!(|rgb: Rgb, other: Other| {})
That, or have another macro named fuzz_targets
- Dominant language
- C++
- Stars
- 267
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from rust-fuzz/libfuzzer
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
All issues in rust-fuzz/libfuzzer
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Sensor initialization takes very long when `--initial-sim-time` is set to current UNIX timestamp Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
gazebosim/gz-sensors#662 · 1 comment ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
LadybirdBrowser/ladybird#12123 ·