Files
main/util/crypt/pinentry/files/moreSecureMemoryForPinentry-qt.diff
T
2015-08-21 10:26:26 +03:00

12 lines
290 B
Diff

--- autopatch-dummy/secmem/secmem.c
+++ autopatch-dummy/secmem/secmem.c 2004/07/13 14:34:02
@@ -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 {