View Issue Details

IDProjectCategoryView StatusLast Update
0009528Talermechant backendpublic2025-02-10 20:17
Reporterfefe Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Versiongit (master) 
Target Version1.0Fixed in Version1.0 
Summary0009528: TALER_MERCHANTDB_token_family_details_free only frees memory partially
Description 74 void
 75 TALER_MERCHANTDB_token_family_details_free (
 76 struct TALER_MERCHANTDB_TokenFamilyDetails *tf)
 77 {
 78 GNUNET_free (tf->slug);
 79 GNUNET_free (tf->name);
 80 GNUNET_free (tf->description);
 81 json_decref (tf->description_i18n);
 82 }

The struct also has:

1185 json_t *extra_data;

1192 char *cipher_spec;

TagsNo tags attached.

Activities

Christian Grothoff

2025-02-10 20:14

manager   ~0024062

Fix committed to master branch.

Christian Grothoff

2025-02-10 20:15

manager   ~0024063

Fixed in 029c46a6..b86d6f7a. "cipher" was also never initialized, fixed that as well.

Related Changesets

merchant: master b86d6f7a

2025-02-10 21:14

Christian Grothoff


Details Diff
fix 0009528 Affected Issues
0009528
mod - src/backenddb/merchantdb_helper.c Diff File
mod - src/backenddb/pg_lookup_token_family.c Diff File

Issue History

Date Modified Username Field Change
2025-02-10 15:49 fefe New Issue
2025-02-10 15:49 fefe Status new => assigned
2025-02-10 15:49 fefe Assigned To => Christian Grothoff
2025-02-10 20:14 Christian Grothoff Changeset attached => merchant master b86d6f7a
2025-02-10 20:14 Christian Grothoff Note Added: 0024062
2025-02-10 20:14 Christian Grothoff Status assigned => resolved
2025-02-10 20:14 Christian Grothoff Resolution open => fixed
2025-02-10 20:15 Christian Grothoff Note Added: 0024063
2025-02-10 20:17 Christian Grothoff Product Version => git (master)
2025-02-10 20:17 Christian Grothoff Fixed in Version => 1.0
2025-02-10 20:17 Christian Grothoff Target Version => 1.0