gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix warnings


From: gnunet
Subject: [gnunet] branch master updated: -fix warnings
Date: Mon, 08 Jan 2024 17:41:20 +0100

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

thejackimonster pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 7e912b5ef -fix warnings
7e912b5ef is described below

commit 7e912b5ef0528874c95d8621e5fc55ae05f2d60c
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Mon Jan 8 17:40:34 2024 +0100

    -fix warnings
    
    Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
 src/plugin/messenger/plugin_gnsrecord_messenger.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/plugin/messenger/plugin_gnsrecord_messenger.c 
b/src/plugin/messenger/plugin_gnsrecord_messenger.c
index ed675dd1d..81763e3b5 100644
--- a/src/plugin/messenger/plugin_gnsrecord_messenger.c
+++ b/src/plugin/messenger/plugin_gnsrecord_messenger.c
@@ -1,6 +1,6 @@
 /*
    This file is part of GNUnet.
-   Copyright (C) 2021--2023 GNUnet e.V.
+   Copyright (C) 2021--2024 GNUnet e.V.
 
    GNUnet is free software: you can redistribute it and/or modify it
    under the terms of the GNU Affero General Public License as published
@@ -126,7 +126,7 @@ messenger_string_to_value (void *cls,
   {
   case GNUNET_GNSRECORD_TYPE_MESSENGER_ROOM_ENTRY:
     {
-      char key[103];
+      char key[104];
       const char *dash;
       struct GNUNET_PeerIdentity door;
 
@@ -168,7 +168,7 @@ messenger_string_to_value (void *cls,
     }
   case GNUNET_GNSRECORD_TYPE_MESSENGER_ROOM_DETAILS:
     {
-      char flags[7];
+      char flags[8];
       const char *dash;
 
       if ((NULL == (dash = strchr (s, '-'))) ||

-- 
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]