[C++][CI] Investigate structure-aware fuzzing
Open
Component: C++
Component: Continuous Integration
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the enhancement requested
We might be able to leverage structure-aware fuzzing to help the fuzzer converge more rapidly towards interesting variations.
See https://github.com/google/fuzzing/blob/master/docs/structure-aware-fuzzing.md
For example, the Parquet encoding fuzzer added in https://github.com/apache/arrow/pull/49374 could perhaps use this to ensure the parameter header remains valid.
### Component(s)
Continuous Integration, C++
Contributor guide
Assessment
This issue has not been assessed yet.