View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009629 | Taler | merchant backend | public | 2025-03-18 13:24 | 2025-05-10 04:11 |
| Reporter | fefe | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | git (master) | ||||
| Target Version | 1.0 | Fixed in Version | 1.0 | ||
| Summary | 0009629: url_handler: memory leak | ||||
| Description | In 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. | ||||
| Tags | No tags attached. | ||||
| 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 |
| 2025-05-10 04:11 | Christian Grothoff | Status | resolved => closed |