aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-06-08 14:56:58 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-08 14:56:58 -0700
commitb36f136738f6ed35c9686e1d42b57655eba9ce8d (patch)
treea6ec5c3e68b054097b84741677921e2698e7abf2
parentc9cd3b976111d91ede6cd88bd06eb57b10b2f0e7 (diff)
parentc324ee6a838e4d87362de6af8d741a85efa8dd39 (diff)
downloadsystem_core-b36f136738f6ed35c9686e1d42b57655eba9ce8d.tar.gz
system_core-b36f136738f6ed35c9686e1d42b57655eba9ce8d.tar.bz2
system_core-b36f136738f6ed35c9686e1d42b57655eba9ce8d.zip
am c324ee6a: am 06fcf938: Merge "run-as: Bump the size of the internal packages list buffer."
* commit 'c324ee6a838e4d87362de6af8d741a85efa8dd39': run-as: Bump the size of the internal packages list buffer.
-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 46f8239c..ca084369 100644
--- a/run-as/package.c
+++ b/run-as/package.c
@@ -44,7 +44,7 @@
#define PACKAGES_LIST_FILE "/data/system/packages.list"
/* This should be large enough to hold the content of the package database file */
-#define PACKAGES_LIST_BUFFER_SIZE 8192
+#define PACKAGES_LIST_BUFFER_SIZE 65536
/* Copy 'srclen' string bytes from 'src' into buffer 'dst' of size 'dstlen'
* This function always zero-terminate the destination buffer unless