Skip to content
New issue

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

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

Already on GitHub? # to your account

Expand fuzzing to SliceVec #96

Open
Shnatsel opened this issue Jul 30, 2020 · 0 comments
Open

Expand fuzzing to SliceVec #96

Shnatsel opened this issue Jul 30, 2020 · 0 comments
Labels
Enhancement New feature or request

Comments

@Shnatsel
Copy link
Collaborator

Shnatsel commented Jul 30, 2020

Right now we have a pretty good fuzzing setup for TinyVec and ArrayVec types that has found a number of bugs. We should extend this to cover SliceVec and ArraySet types as well.

SliceVec fuzzing harness is going to be mostly identical to that of ArrayVec. As for ArraySet, rutenspitz ships with plenty of examples for testing map types: https://github.com/jakubadamw/rutenspitz/tree/master/examples/src

@Lokathor Lokathor added Does Not Block 1.0 Enhancement New feature or request labels Jul 31, 2020
@Shnatsel Shnatsel removed their assignment Jul 31, 2020
@Lokathor Lokathor changed the title Expand fuzzing to SliceVec and ArraySet Expand fuzzing to SliceVec Oct 13, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants