This commit is contained in:
Vanilagy
2025-10-21 16:27:04 +02:00
parent 754af6f90f
commit 8629709cd7
+1 -1
View File
@@ -70,7 +70,7 @@ export const readDataBox = (slice: FileSlice) => {
return null; return null;
} }
if (slice.remainingLength < 4) { if (slice.remainingLength < 8) {
return null; return null;
} }