Dirk Mueller
902853a901
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=85
12 lines
324 B
Diff
12 lines
324 B
Diff
--- coregrind/m_aspacemgr/aspacemgr-linux.c
|
|
+++ coregrind/m_aspacemgr/aspacemgr-linux.c
|
|
@@ -268,7 +268,7 @@
|
|
#define VG_N_SEGMENTS 5000
|
|
|
|
/* Max number of segment file names we can track. */
|
|
-#define VG_N_SEGNAMES 1000
|
|
+#define VG_N_SEGNAMES 4000
|
|
|
|
/* Max length of a segment file name. */
|
|
#define VG_MAX_SEGNAMELEN 1000
|