gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: conversation: fix buffer length for stri


From: gnunet
Subject: [gnunet] branch master updated: conversation: fix buffer length for string parser in gnsrecord
Date: Mon, 08 Jan 2024 13:49:46 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a7db37359 conversation: fix buffer length for string parser in 
gnsrecord
a7db37359 is described below

commit a7db373596078b0c8088164457dce1594f459672
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Jan 8 13:49:43 2024 +0100

    conversation: fix buffer length for string parser in gnsrecord
---
 src/contrib/service/conversation/plugin_gnsrecord_conversation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/contrib/service/conversation/plugin_gnsrecord_conversation.c 
b/src/contrib/service/conversation/plugin_gnsrecord_conversation.c
index 786711c8e..802732cfe 100644
--- a/src/contrib/service/conversation/plugin_gnsrecord_conversation.c
+++ b/src/contrib/service/conversation/plugin_gnsrecord_conversation.c
@@ -121,7 +121,7 @@ conversation_string_to_value (void *cls,
   case GNUNET_GNSRECORD_TYPE_PHONE:
     {
       struct GNUNET_CONVERSATION_PhoneRecord *pr;
-      char line_port[103];
+      char line_port[104];
       const char *dash;
       struct GNUNET_PeerIdentity peer;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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