健壮性提升:增加fuzz测试
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- C++
- Stars
- 4.4k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Enhancement
参考libzmq,增加fuzzer测试
参考信息:
https://github.com/zeromq/libzmq/blob/master/.github/workflows/Fuzzers.yaml
https://github.com/zeromq/libzmq/blob/master/builds/fuzz/ci_build.sh
Contributor guide
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.
Research direction
Start by reviewing the referenced libzmq .github/workflows/Fuzzers.yaml and builds/fuzz/ci_build.sh files to understand the proposed fuzzer-test and CI structure. Compare that approach with this repository's existing test and build setup; done means fuzz tests are added and can run through the intended workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100