diff options
-rw-r--r-- | src/gns/gnunet-gns-fcfsd.c | 2 |
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); |