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

Fuzzing: Low hanging fruits #1106

Open
xermicus opened this issue Dec 20, 2022 · 0 comments
Open

Fuzzing: Low hanging fruits #1106

xermicus opened this issue Dec 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@xermicus
Copy link
Contributor

xermicus commented Dec 20, 2022

I started fuzzing solang. The first thing was to just download some collection of contracts and feed them into solang without any modifications (after deduplication yields ~80'000 contracts), which led to ~150 crashes. I opened an issue for each with needed details here, to not clutter our issue tracker.

There will most likely be duplicates, but different bugs can as well lead to the same failed unwrap() or unreachable!() statement in the compiler. Which means similar looking panic messages do not necessarily imply the same cause; every issue needs its own triage. Also, as soon as the root cause is clear for an issue, please update the issue title that was automatically created to reflect the real root cause.

@xermicus xermicus added the bug Something isn't working label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant