Fixed: #2636 ActionScript - Incorrect always-break detection causing insertion of while(true)

Fixed: ActionScript - newline after do..while
This commit is contained in:
Jindra Petřík
2026-02-17 18:12:02 +01:00
parent 2a34a642be
commit fe28187a97
8 changed files with 107 additions and 31 deletions

View File

@@ -701,7 +701,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
/**
* SHA 256 hash of original data
*/
private String hashSha256 = null;
private String hashSha256 = "0000000000000000000000000000000000000000000000000000000000000000";
public String getHashSha256() {
return hashSha256;