mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 15:26:09 +00:00
Fixed #1772 AS1/2 decompilation - StackOverflow during getVariables function
This commit is contained in:
@@ -660,7 +660,10 @@ public class Helper {
|
||||
} catch (IOException | ClassNotFoundException ex) {
|
||||
Logger.getLogger(Helper.class.getName()).log(Level.SEVERE, "Copy error", ex);
|
||||
return null;
|
||||
} catch (StackOverflowError se) {
|
||||
throw new StackOverflowError("Stack overflow in deepcopy");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static List<Object> toList(Object... rest) {
|
||||
|
||||
Reference in New Issue
Block a user