fix buffer size
authorChristian Grothoff <christian@grothoff.org>
Sun, 22 Jan 2017 13:13:42 +0000 (14:13 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 22 Jan 2017 13:13:42 +0000 (14:13 +0100)
src/util/common_logging.c
src/util/strings.c

index 1da40675373731a41b3491da9709246291ecd034..7d5b50b8b914393f917a6af6f2afb0c8c09a0b10 100644 (file)
@@ -1164,7 +1164,7 @@ GNUNET_h2s (const struct GNUNET_HashCode * hc)
 const char *
 GNUNET_sh2s (const struct GNUNET_ShortHashCode *shc)
 {
-  static char buf[32];
+  static char buf[64];
 
   GNUNET_STRINGS_data_to_string (shc,
                                  sizeof (*shc),
index 46eab856f0be6425a3f83c244e1c258cd703cb2b..2b51d3e523d0c6403303c2851635228f944d7d13 100644 (file)
@@ -1354,7 +1354,7 @@ GNUNET_STRINGS_to_address_ip (const char *addr,
 
 
 /**
- * Parse an address given as a string into a 
+ * Parse an address given as a string into a
  * `struct sockaddr`.
  *
  * @param addr the address
@@ -1372,7 +1372,7 @@ GNUNET_STRINGS_parse_socket_addr (const char *addr,
   *af = AF_UNSPEC;
   if ('[' == *addr)
   {
-    /* IPv6 */    
+    /* IPv6 */
     *sa = GNUNET_malloc (sizeof (struct sockaddr_in6));
     if (GNUNET_OK !=
        GNUNET_STRINGS_to_address_ipv6 (cp,