-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Segmentation Fault due to a possible syntax error #15223
Comments
Hi @haoyang9804 thanks for opening the issue, but as you can read here: #15177 (comment) there is not guarantee of stability in the |
This issue was used to create a Solidity compiler bug bounty that looks for new segfault errors on v0.8.27. |
Hi @claudioantonio, maybe you mentioned this issue by mistake. Note that this segfault occurs under the |
Yes, @r0qs ! What I meant to say was that we got inspired by this issue and implemented a validation for only accepting proposals of segfault errors if they do not use the |
Description
A segmentation fault caused by a possible syntax error.
Environment
Steps to Reproduce
Using
solc
CLI to compile the above code results in a segmentation fault.forall (A: (Class1,,Class2), B: Class1)
contains 2 commas betweenClass1
andClass2
, which is a syntax error (maybe).The text was updated successfully, but these errors were encountered: