-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
Few panics when checking and fixing specific files #4212
Comments
Thank you again! Is there a way that we can setup continuous fuzzing? I can setup a repo for you. I had one using |
To find bugs I'm using https://github.com/qarmin/Automated-Fuzzer It is mainly an internal tool that I use to test various libraries. Still, it would be possible to use some specific commit from this repo and copy the almost unchanged workflow file https://github.com/qarmin/Automated-Fuzzer/blob/master/.github/workflows/oxc.yml and settings file https://github.com/qarmin/Automated-Fuzzer/blob/master/fuzz_oxc_settings_ci.toml to get fully working fuzzer in CI - https://github.com/qarmin/Automated-Fuzzer/actions/runs/9914718347 There are also some hardcoded exceptions to avoid currently not fixed problems - https://github.com/qarmin/Automated-Fuzzer/blob/master/src/apps/oxc.rs#L15-L20 |
@qarmin I really like your automation. I think duplicating the workflow here is unnecessary, what about creating an issue on your side and assign the issue to me automatically via something like https://github.com/JasonEtco/create-an-issue? |
I have not been able to do something like this, because everything would have to be reviewed manually anyway, and a mass of duplicates would be created, so it will be easier if I manually report each error in a separate issue - I do not think there will be a lot of them. |
Thank you, appreciate your work. |
Command
some of problems are visible on debug builds
Files - Untitled Folder.zip
Example of problems
Edit:
Out of memory - compressed.zip
Not a char boundary - compressed.zip
The text was updated successfully, but these errors were encountered: