[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: ref bug #9373
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: ref bug #9373 |
Date: |
Sun, 08 Dec 2024 03:26:13 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new feb57a2eb ref bug #9373
feb57a2eb is described below
commit feb57a2ebc251cb3cbe687875575174db4571863
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 8 03:26:10 2024 +0100
ref bug #9373
---
src/exchange/taler-exchange-httpd_batch-deposit.c | 2 +-
src/exchangedb/pg_add_policy_fulfillment_proof.c | 2 +-
src/exchangedb/pg_batch_ensure_coin_known.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_batch-deposit.c
b/src/exchange/taler-exchange-httpd_batch-deposit.c
index 07651a470..e66181b98 100644
--- a/src/exchange/taler-exchange-httpd_batch-deposit.c
+++ b/src/exchange/taler-exchange-httpd_batch-deposit.c
@@ -318,7 +318,7 @@ batch_deposit_transaction (void *cls,
bdc->policy_details.fulfillment_state != TALER_PolicyFulfillmentSuccess;
}
- /* FIXME: replace by batch insert! */
+ /* FIXME-#9373: replace by batch insert! */
for (unsigned int i = 0; i<bdc->bd.num_cdis; i++)
{
const struct TALER_EXCHANGEDB_CoinDepositInformation *cdi
diff --git a/src/exchangedb/pg_add_policy_fulfillment_proof.c
b/src/exchangedb/pg_add_policy_fulfillment_proof.c
index c23845daf..c50ca1528 100644
--- a/src/exchangedb/pg_add_policy_fulfillment_proof.c
+++ b/src/exchangedb/pg_add_policy_fulfillment_proof.c
@@ -55,7 +55,7 @@ TEH_PG_add_policy_fulfillment_proof (
enum GNUNET_DB_QueryStatus qs;
struct PostgresClosure *pg = cls;
size_t count = fulfillment->details_count;
- /* FIXME: this seems to be prone to VLA attacks */
+ /* FIXME[Oec]: this seems to be prone to VLA attacks */
struct GNUNET_HashCode hcs[GNUNET_NZL (count)];
/* Create the sorted policy_hash_codes */
diff --git a/src/exchangedb/pg_batch_ensure_coin_known.c
b/src/exchangedb/pg_batch_ensure_coin_known.c
index fdf3852b2..053c30e11 100644
--- a/src/exchangedb/pg_batch_ensure_coin_known.c
+++ b/src/exchangedb/pg_batch_ensure_coin_known.c
@@ -18,7 +18,7 @@
* @brief Implementation of the batch_ensure_coin_known function for Postgres
* @author Christian Grothoff
*
- * FIXME: use the array support for postgres to simplify this code!
+ * FIXME-#9373: use the array support for postgres to simplify this code!
*
*/
#include "platform.h"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: ref bug #9373,
gnunet <=