commit 8c67cd9bff785e1dc0077a6856fce40a27aadf48
parent c1033a074cf5be8f8ead0a19c2c6b7e2179aaa78
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 13 Aug 2026 19:37:40 +0200
fix uninit ptr
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_patch-private-accounts-H_WIRE.c b/src/backend/taler-merchant-httpd_patch-private-accounts-H_WIRE.c
@@ -46,9 +46,9 @@ TMH_private_patch_accounts_ID (const struct TMH_RequestHandler *rh,
struct TMH_MerchantInstance *mi = hc->instance;
const char *h_wire_s = hc->infix;
enum GNUNET_DB_QueryStatus qs;
- const json_t *cfc;
+ const json_t *cfc = NULL;
const char *extra_wire_subject_metadata = NULL;
- const char *cfu;
+ const char *cfu = NULL;
struct TALER_MerchantWireHashP h_wire;
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_mark_optional (