aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/plugin_namestore_heap.c')
-rw-r--r--src/namestore/plugin_namestore_heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_heap.c b/src/namestore/plugin_namestore_heap.c
index 8fe03764d..2a72c0e51 100644
--- a/src/namestore/plugin_namestore_heap.c
+++ b/src/namestore/plugin_namestore_heap.c
@@ -193,7 +193,7 @@ database_setup (struct Plugin *plugin)
193 return GNUNET_SYSERR; 193 return GNUNET_SYSERR;
194 } 194 }
195 195
196 buffer = GNUNET_malloc (size + 1); 196 buffer = GNUNET_malloc_large (size + 1);
197 if (GNUNET_SYSERR == 197 if (GNUNET_SYSERR ==
198 GNUNET_DISK_file_read (fh, 198 GNUNET_DISK_file_read (fh,
199 buffer, 199 buffer,