gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] branch master updated: Explicit zeroing fie


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: Explicit zeroing field out.
Date: Wed, 20 Jun 2018 13:29:47 +0200

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

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new 854c0df  Explicit zeroing field out.
854c0df is described below

commit 854c0df70e1bc6a663cdcbd84d3643952371ef9a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 20 13:27:22 2018 +0200

    Explicit zeroing field out.
    
    The "meta" field from the 'struct TALER_TESTING_Command'
    - recently introduced - keeps taking a non-zero value upon
    struct declaration.  This called for a manual zeroing of
    that field.
---
 src/twister/testing_api_cmd_exec_client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/twister/testing_api_cmd_exec_client.c 
b/src/twister/testing_api_cmd_exec_client.c
index b62b501..45c2ac0 100644
--- a/src/twister/testing_api_cmd_exec_client.c
+++ b/src/twister/testing_api_cmd_exec_client.c
@@ -651,7 +651,7 @@ TALER_TESTING_cmd_flip_upload (const char *label,
                                const char *path)
 {
   struct FlipObjectState *dos;
-  struct TALER_TESTING_Command cmd;
+  struct TALER_TESTING_Command cmd = {0};
 
   dos = GNUNET_new (struct FlipObjectState);
   dos->path = path;

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



reply via email to

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