diff --git a/src/core/org/luaj/vm/LoadState.java b/src/core/org/luaj/vm/LoadState.java index 592d3cfa..af1878cd 100644 --- a/src/core/org/luaj/vm/LoadState.java +++ b/src/core/org/luaj/vm/LoadState.java @@ -77,7 +77,7 @@ public class LoadState { LuaState L; /** Read buffer */ - private byte[] buf = new byte[4]; + private byte[] buf = new byte[512]; private static int[] EMPTY_INT_ARRAY = {};