aboutsummaryrefslogtreecommitdiff
path: root/src/util/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/strings.c')
-rw-r--r--src/util/strings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index e8d411ea5..be2ec33dc 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -104,6 +104,7 @@ GNUNET_STRINGS_pp2s (const struct GNUNET_PeerIdentity *pids,
104 size_t off; 104 size_t off;
105 size_t plen = num_pids * 5 + 1; 105 size_t plen = num_pids * 5 + 1;
106 106
107 GNUNET_assert (num_pids < UINT32_MAX / 5);
107 off = 0; 108 off = 0;
108 buf = GNUNET_malloc (plen); 109 buf = GNUNET_malloc (plen);
109 for (unsigned int i = 0; i < num_pids; i++) 110 for (unsigned int i = 0; i < num_pids; i++)