tomarrell / lbadd

LBADD: An experimental, distributed SQL database
MIT License
387 stars 26 forks source link

parser: parseExpr4 runs in infinite recursion #210

Closed tsatke closed 4 years ago

tsatke commented 4 years ago

Describe the bug Fuzzing fails.

To Reproduce Parse any of the attached crasher files.

Crash files are attached Archive.zip Archive 2.zip Archive 3.zip Archive 4.zip

Expected behavior No crash

SUMUKHA-PK commented 4 years ago

Turned out to be not the fault of parseExpr4 but issues in scanner not being able to support some statements.