-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
🐛 Stack overflow when liniting file #5218
Comments
I tried reproducing this issue, but it didn't trigger anything for me. I did notice the content in the attached zip file and the snippet in the report aren't the same. I tried both, and neither resulted in an error. I also tried repeating the block in the issue a bunch of times, but that didn't result in anything either. However, the pattern did remind of the case I fixed here: #4856 Could it be this is a duplicate? I did check that |
Hello @qarmin, please provide a minimal reproduction. You can use one of the following options:
Issues marked with |
It looks like I added an invalid file (probably intended for the project OXC). I can reproduce the problem with this binary (ASan on Linux): https://github.com/qarmin/Automated-Fuzzer/releases/download/Nightly/biome.7z The issue occurs with these files: REPORTS___BIOME.zip which were taken from: https://github.com/qarmin/Automated-Fuzzer/actions/runs/13774919827 |
Thanks! |
Environment information
What happened?
File content(at the bottom should be attached raw, not formatted file - github removes some non-printable characters, so copying from here may not work) - this output is stripped - if there is no crash without address sanitizer, just duplicate more lines:
command
App was compiled with nightly rust compiler to be able to use address sanitizer
(You can ignore this part if there is no address sanitizer error)
On Ubuntu 24.04, the commands to compile were:
cause this
compressed.zip
Expected result
No crash
Code of Conduct
The text was updated successfully, but these errors were encountered: