ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
209 stars 26 forks source link

Potential infinite loop with switches when there is a syntax error. #235

Closed ItsDeltin closed 3 years ago

Protowalker commented 3 years ago

Is this related to the memory leak experienced by Yurodd and Josbird?

ItsDeltin commented 3 years ago

Probably... the infinite loop will occur when ParseStatement doesn't progress the current token. The Missing Element node returned by it is constantly added to the switch's statement list resulting in a list of a few millions items after a while.