gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix tvs


From: gnunet
Subject: [gnunet] branch master updated: -fix tvs
Date: Tue, 01 Feb 2022 11:39:26 +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 13a46a8f0 -fix tvs
13a46a8f0 is described below

commit 13a46a8f0136d98d52a48b642f2e0d78892d2c80
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Feb 1 11:39:22 2022 +0100

    -fix tvs
---
 src/gnsrecord/gnunet-gnsrecord-tvg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gnsrecord/gnunet-gnsrecord-tvg.c 
b/src/gnsrecord/gnunet-gnsrecord-tvg.c
index 1af1a2920..96159d4b3 100644
--- a/src/gnsrecord/gnunet-gnsrecord-tvg.c
+++ b/src/gnsrecord/gnunet-gnsrecord-tvg.c
@@ -185,7 +185,7 @@ run_pkey (void)
                                       rdata_size,
                                       rdata + sizeof (uint32_t));
   fprintf (stdout, "RDATA:\n");
-  print_bytes (rdata, rdata_size, 8);
+  print_bytes (rdata, rdata_size + sizeof (uint32_t), 8);
   fprintf (stdout, "\n");
   expire = GNUNET_GNSRECORD_record_get_expiration_time (TEST_RRCOUNT, rd);
   GNR_derive_block_aes_key (ctr,
@@ -339,7 +339,7 @@ run_edkey (void)
                                       rdata_size,
                                       rdata + sizeof (uint32_t));
   fprintf (stdout, "RDATA:\n");
-  print_bytes (rdata, rdata_size, 8);
+  print_bytes (rdata, rdata_size + sizeof (uint32_t), 8);
   fprintf (stdout, "\n");
   GNR_derive_block_xsalsa_key (nonce,
                                skey,

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