exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 0653993b669a0c66c69a960b2489e5fc3856f62c
parent ecc66535e096aad7cd2c8cf8c15d309d65c1c888
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 22 Nov 2023 22:08:27 +0100

-fix use of uninitalized data in error handler

Diffstat:
Msrc/exchange/taler-exchange-httpd_management_post_keys.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_management_post_keys.c b/src/exchange/taler-exchange-httpd_management_post_keys.c @@ -271,7 +271,7 @@ TEH_handler_management_post_keys ( struct MHD_Connection *connection, const json_t *root) { - struct AddKeysContext akc; + struct AddKeysContext akc = { 0 }; const json_t *denom_sigs; const json_t *signkey_sigs; struct GNUNET_JSON_Specification spec[] = {