From: rexxnor Date: Sat, 29 Jun 2019 07:44:36 +0000 (+0200) Subject: changed to large malloc in namestore heap database plugin buffer X-Git-Tag: v0.11.6~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ddd3e7aaa16e086136f64881bc9d403b87a61ec;p=oweals%2Fgnunet.git changed to large malloc in namestore heap database plugin buffer --- 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) return GNUNET_SYSERR; } - buffer = GNUNET_malloc (size + 1); + buffer = GNUNET_malloc_large (size + 1); if (GNUNET_SYSERR == GNUNET_DISK_file_read (fh, buffer,