View Issue Details

IDProjectCategoryView StatusLast Update
0009629Talermerchant backendpublic2025-03-19 01:50
Reporterfefe Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Versiongit (master) 
Target Version1.0Fixed in Version1.0 
Summary0009629: url_handler: memory leak
DescriptionIn taler-merchant-httpd.c:

  1595 if (NULL == slash)
  1596 instance_id = GNUNET_strdup (istart);
  1597 else
  1598 instance_id = GNUNET_strndup (istart,
  1599 slash - istart);

  1600 if (0 == strcmp (instance_id,
  1601 "default"))
  1602 {

  1625 return MHD_NO;

  1631 return ret;

instance leaks in these cases.
TagsNo tags attached.

Activities

Christian Grothoff

2025-03-19 01:50

manager   ~0024238

Fixed in 49ae1698ea841c5c5e817ccbb5bfdf7159c43294

Issue History

Date Modified Username Field Change
2025-03-18 13:24 fefe New Issue
2025-03-18 13:24 fefe Status new => assigned
2025-03-18 13:24 fefe Assigned To => Christian Grothoff
2025-03-19 01:50 Christian Grothoff Status assigned => resolved
2025-03-19 01:50 Christian Grothoff Resolution open => fixed
2025-03-19 01:50 Christian Grothoff Fixed in Version => 1.0
2025-03-19 01:50 Christian Grothoff Note Added: 0024238
2025-03-19 01:50 Christian Grothoff Product Version => git (master)
2025-03-19 01:50 Christian Grothoff Target Version => 1.0
2025-03-22 14:09 Christian Grothoff Category mechant backend => merchant backend