gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix sig serialization


From: gnunet
Subject: [gnunet] branch master updated: fix sig serialization
Date: Sat, 07 Dec 2019 16:39:33 +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 2f5243101 fix sig serialization
2f5243101 is described below

commit 2f5243101b3cfbdb173357ae7781802191e32f50
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Dec 7 16:36:35 2019 +0100

    fix sig serialization
---
 src/pq/pq_query_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index 34de97eb3..8bdf8144a 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -364,7 +364,7 @@ qconv_rsa_signature (void *cls,
                                                  &buf);
   scratch[0] = buf;
   param_values[0] = (void *) buf;
-  param_lengths[0] = buf_size - 1; /* DB doesn't like the trailing \0 */
+  param_lengths[0] = buf_size;
   param_formats[0] = 1;
   return 1;
 }

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



reply via email to

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