gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: changed to large malloc in


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: changed to large malloc in namestore heap database plugin buffer
Date: Sat, 29 Jun 2019 09:46:07 +0200

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3ddd3e7aa changed to large malloc in namestore heap database plugin 
buffer
3ddd3e7aa is described below

commit 3ddd3e7aaa16e086136f64881bc9d403b87a61ec
Author: rexxnor <address@hidden>
AuthorDate: Sat Jun 29 09:44:36 2019 +0200

    changed to large malloc in namestore heap database plugin buffer
---
 src/namestore/plugin_namestore_heap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]