ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/haserl/patches/101-adjust-script-size.patch b/external/subpack/utils/haserl/patches/101-adjust-script-size.patch
new file mode 100644
index 0000000..1c4da25
--- /dev/null
+++ b/external/subpack/utils/haserl/patches/101-adjust-script-size.patch
@@ -0,0 +1,11 @@
+--- a/src/h_lua_common.c
++++ b/src/h_lua_common.c
+@@ -79,7 +79,7 @@ lua_common_setup (char *shell, list_t *
+ 
+   /* and load our haserl library */
+   if (luaL_loadbuffer
+-      (lua_vm, (const char *) &haserl_lualib, sizeof (haserl_lualib),
++      (lua_vm, (const char *) haserl_lualib, sizeof(haserl_lualib)-1,
+        "luascript.lua") || lua_pcall (lua_vm, 0, 0, 0))
+     {
+       die_with_message (NULL, NULL,