explicit zeroing.

This commit is contained in:
Marcello Stanisci 2018-06-20 23:03:08 +02:00
parent feec78dd56
commit 402a8b42d1
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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);