gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: note


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: note
Date: Thu, 21 Feb 2019 12:05:30 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e6d93f325 note
e6d93f325 is described below

commit e6d93f325dbeac6fe52ed1222b3fa808f5e228b0
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Feb 21 12:05:28 2019 +0100

    note
---
 src/rps/gnunet-service-rps.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 375c93a67..fe863c5f4 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -2949,6 +2949,7 @@ destroy_sub (struct Sub *sub)
                     sizeof (push_recv_str_tmp),
                     "%" PRIu32 "\n",
                     sub->push_recv[i]);
+    // FIXME: better use stpcpy!
     (void) strncat (push_recv_str,
                     push_recv_str_tmp,
                     1535 - strnlen (push_recv_str, 1536));
@@ -2971,6 +2972,7 @@ destroy_sub (struct Sub *sub)
                     sizeof (pull_delays_str_tmp),
                     "%" PRIu32 "\n",
                     sub->pull_delays[i]);
+    // FIXME: better use stpcpy!
     (void) strncat (pull_delays_str,
                     pull_delays_str_tmp,
                     1535 - strnlen (pull_delays_str, 1536));

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



reply via email to

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