summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--run-as/package.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-as/package.c b/run-as/package.c
index 46f8239c3..ca084369d 100644
--- a/run-as/package.c
+++ b/run-as/package.c
@@ -44,7 +44,7 @@
44#define PACKAGES_LIST_FILE "/data/system/packages.list" 44#define PACKAGES_LIST_FILE "/data/system/packages.list"
45 45
46/* This should be large enough to hold the content of the package database file */ 46/* This should be large enough to hold the content of the package database file */
47#define PACKAGES_LIST_BUFFER_SIZE 8192 47#define PACKAGES_LIST_BUFFER_SIZE 65536
48 48
49/* Copy 'srclen' string bytes from 'src' into buffer 'dst' of size 'dstlen' 49/* Copy 'srclen' string bytes from 'src' into buffer 'dst' of size 'dstlen'
50 * This function always zero-terminate the destination buffer unless 50 * This function always zero-terminate the destination buffer unless