mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 06:54:50 +00:00
Fixed: #2486 decompilation timeout on infinite loop
This commit is contained in:
@@ -4125,6 +4125,9 @@ public class Graph {
|
||||
}
|
||||
|
||||
GraphPart nextPart = part.nextParts.get(0);
|
||||
if (nextPart == part) {
|
||||
continue;
|
||||
}
|
||||
|
||||
for (GraphPart r : part.refs) {
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user