diff options
author | Ben Murdoch <benm@google.com> | 2010-08-12 12:45:27 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2010-08-12 12:45:27 +0100 |
commit | ae18f064dfd3c5e9b85f536c57b00ea686ff3126 (patch) | |
tree | 10bc9424368787308599854372ea961676ae2cce /tools/apriori | |
parent | 9904ec2429ec9a4c705ec07df1a33ac45bc30062 (diff) | |
download | build-ae18f064dfd3c5e9b85f536c57b00ea686ff3126.zip build-ae18f064dfd3c5e9b85f536c57b00ea686ff3126.tar.gz build-ae18f064dfd3c5e9b85f536c57b00ea686ff3126.tar.bz2 |
Increase the Retouch buffer size.
New WebKit merge built with JSC javascript engine triggers the
overflow.
Change-Id: I71a9bbc9b27c9a0e7f3680f20be2696f61c3b266
Diffstat (limited to 'tools/apriori')
-rw-r--r-- | tools/apriori/apriori.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/apriori/apriori.c b/tools/apriori/apriori.c index b25ac2b..0e5b5d2 100644 --- a/tools/apriori/apriori.c +++ b/tools/apriori/apriori.c @@ -62,7 +62,7 @@ static source_t *sources = NULL; // We will store retouch entries into this buffer, then dump them at the // end of the .so file before setup_prelink_info(). -#define RETOUCH_MAX_SIZE 500000 +#define RETOUCH_MAX_SIZE 550000 static char *retouch_buf; static unsigned int retouch_byte_cnt; // Compression state. |