summaryrefslogtreecommitdiffstats
path: root/tools/apriori/apriori.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/apriori/apriori.c')
-rw-r--r--tools/apriori/apriori.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/apriori/apriori.c b/tools/apriori/apriori.c
index b25ac2bc2..0e5b5d2d6 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.