commit add1b5862a2b1f0719bfa1ad04337dffdbd48eca parent 953c4a1b5e873d06acd33fc1fde1c24bd78aff0d Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 29 Jun 2026 00:11:35 +0200 fix uninit Diffstat:
| M | src/backend/taler-merchant-httpd_post-orders-ORDER_ID-pay.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ORDER_ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ORDER_ID-pay.c @@ -2210,8 +2210,8 @@ add_donation_receipt_outputs ( struct SignedOutputToken *sot; GNUNET_assert (i + j < pc->output_tokens_len); - GNUNET_assert (sot->output_index == donau_output_index); sot = &pc->output_tokens[i + j]; + GNUNET_assert (sot->output_index == donau_output_index); sot->sig.signature = GNUNET_CRYPTO_blind_sig_incref ( blinded_sigs[j].blinded_sig); sot->h_issue.hash