aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-09 20:52:35 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-09 20:52:35 +0000
commitcf0efb567f7b1a4d75043545348e1b7d1917961c (patch)
tree1cada22d459180809dd146a3ca22c847f0c0f590
parent73e7ff269e9c15cce71b8cba21ee0c12513bb09a (diff)
-fix
git-svn-id: https://gnunet.org/svn/gnunet@25335 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r--src/gns/gnunet-gns-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index c29c7838ad..73638d8887 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -286,7 +286,7 @@ iterate_cb (void *cls,
rd->data,
rd->data_size);
- if (bytes_free < (strlen (name) + strlen (pkey) + 10))
+ if (bytes_free < (strlen (name) + strlen (pkey) + 40))
{
new_buf = GNUNET_malloc (zr->buf_len * 2);
memcpy (new_buf, zr->zoneinfo, zr->write_offset);