From: Julian Seward Date: Mon, 28 Aug 2006 13:08:16 +0000 (+0000) Subject: Merge r6030 (fix for: VG_N_SEGNAMES too low) X-Git-Tag: svn/VALGRIND_3_2_1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e277c74c2880d0dc753e699ea5028259faad1051;p=thirdparty%2Fvalgrind.git Merge r6030 (fix for: VG_N_SEGNAMES too low) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6031 --- diff --git a/coregrind/m_aspacemgr/aspacemgr.c b/coregrind/m_aspacemgr/aspacemgr.c index e15179d044..41a8616b74 100644 --- a/coregrind/m_aspacemgr/aspacemgr.c +++ b/coregrind/m_aspacemgr/aspacemgr.c @@ -278,7 +278,7 @@ #define VG_N_SEGMENTS 5000 /* Max number of segment file names we can track. */ -#define VG_N_SEGNAMES 400 +#define VG_N_SEGNAMES 1000 /* Max length of a segment file name. */ #define VG_MAX_SEGNAMELEN 1000