aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-06-10 08:51:35 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-10 08:51:35 -0700
commit69c2dcbb0f2672652366e3950dea48ed4483eaa4 (patch)
tree4ec10b0029271f1fea221511a2fb5368e093bc02
parentb27c682e28a01b18f7506a9b35222453058107ad (diff)
parentfbcb1883df3aa913c6a530e933880095173b4624 (diff)
downloadsystem_core-69c2dcbb0f2672652366e3950dea48ed4483eaa4.tar.gz
system_core-69c2dcbb0f2672652366e3950dea48ed4483eaa4.tar.bz2
system_core-69c2dcbb0f2672652366e3950dea48ed4483eaa4.zip
am fbcb1883: run-as: Bump the size of the internal packages list buffer.
* commit 'fbcb1883df3aa913c6a530e933880095173b4624': 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