Added: AS2 - Information about need of decompiling all scripts to detect uninitialized class fields

Fixed: #2338 AS decompiling threads got stuck after cancelling / timeout
CancellableWorker refactoring
This commit is contained in:
Jindra Petřík
2024-10-13 20:43:18 +02:00
parent 9793ab0cec
commit a4a9ba4c6b
59 changed files with 495 additions and 204 deletions
@@ -178,7 +178,7 @@ public final class FlashPlayerPanel extends Panel implements Closeable, MediaDis
};
// hack: Kernel32.INSTANCE.ConnectNamedPipe never completes in ActiveXControl static constructor
flash = CancellableWorker.call(callable, 5, TimeUnit.SECONDS);
flash = CancellableWorker.call("flashPlayerPanel", callable, 5, TimeUnit.SECONDS);
flash.setAllowScriptAccess("always");
try {