View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004634 | libmicrohttpd | external API | public | 2016-08-30 06:36 | 2021-09-02 17:54 |
| Reporter | sfanxiang | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | any | OS | any | ||
| Product Version | 0.9.51 | ||||
| Target Version | 0.9.52 | Fixed in Version | 0.9.52 | ||
| Summary | 0004634: possible memory leak - connection->client_aware not set | ||||
| Description | 1588,1591c1588,1594 < connection->client_context < = daemon->uri_log_callback (daemon->uri_log_callback_cls, < curi, < connection); --- > { > connection->client_context > = daemon->uri_log_callback (daemon->uri_log_callback_cls, > curi, > connection); > connection->client_aware = MHD_YES; > } | ||||
| Steps To Reproduce | send "GET example.org HTTP/1.1\r\n" and close the connection | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-08-30 06:36 | sfanxiang | New Issue | |
| 2016-09-04 18:15 | Christian Grothoff | Note Added: 0011086 | |
| 2016-09-04 18:15 | Christian Grothoff | Status | new => resolved |
| 2016-09-04 18:15 | Christian Grothoff | Fixed in Version | => 0.9.52 |
| 2016-09-04 18:15 | Christian Grothoff | Resolution | open => fixed |
| 2016-09-04 18:15 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2016-09-04 18:15 | Christian Grothoff | Target Version | => 0.9.52 |
| 2016-10-17 19:21 | Christian Grothoff | Status | resolved => closed |
| 2021-09-02 17:54 | Christian Grothoff | Changeset attached | => libmicrohttpd master cd4c6b6e |
| 2021-09-02 17:54 | Christian Grothoff | Note Added: 0018188 | |
| 2024-01-21 13:24 | Christian Grothoff | Category | libmicrohttpd API => external API |