Merge "run-as: Bump the size of the internal packages list buffer."

This commit is contained in:
David 'Digit' Turner 2011-06-06 12:35:30 -07:00 committed by Android Code Review
commit 06fcf938fe
1 changed files with 1 additions and 1 deletions

View File

@ -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