gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: explicit zeroing.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: explicit zeroing.
Date: Wed, 20 Jun 2018 23:03:22 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 402a8b4  explicit zeroing.
402a8b4 is described below

commit 402a8b42d127a061f690dff026b31d3a7f38011c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 20 23:03:08 2018 +0200

    explicit zeroing.
---
 src/exchange-lib/testing_api_cmd_deposit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-lib/testing_api_cmd_deposit.c 
b/src/exchange-lib/testing_api_cmd_deposit.c
index e8bcf02..d5c0542 100644
--- a/src/exchange-lib/testing_api_cmd_deposit.c
+++ b/src/exchange-lib/testing_api_cmd_deposit.c
@@ -416,7 +416,7 @@ TALER_TESTING_cmd_deposit
    const char *amount,
    unsigned int expected_response_code)
 {
-  struct TALER_TESTING_Command cmd;
+  struct TALER_TESTING_Command cmd = {0}; /* need explicit zeroing..*/
   struct DepositState *ds;
 
   ds = GNUNET_new (struct DepositState);

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



reply via email to

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