aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry/files/patch-more_sec_mem
blob: 81fe8bebea74028cb70063d09b7f41cb3a8313ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- secmem/secmem.c.orig	2007-07-03 05:49:48.000000000 +0600
+++ secmem/secmem.c		2008-02-17 22:19:50.000000000 +0500
@@ -85,7 +85,7 @@
 #  define MAP_ANONYMOUS MAP_ANON
 #endif
 
-#define DEFAULT_POOLSIZE 16384
+#define DEFAULT_POOLSIZE 16384*4
 
 typedef struct memblock_struct MEMBLOCK;
 struct memblock_struct {