View Issue Details

IDProjectCategoryView StatusLast Update
0004634libmicrohttpdexternal APIpublic2021-09-02 17:54
Reportersfanxiang Assigned ToChristian Grothoff  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformanyOSany 
Product Version0.9.51 
Target Version0.9.52Fixed in Version0.9.52 
Summary0004634: possible memory leak - connection->client_aware not set
Description1588,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 Reproducesend "GET example.org HTTP/1.1\r\n" and close the connection
TagsNo tags attached.

Activities

Christian Grothoff

2016-09-04 18:15

manager   ~0011086

Thanks, fixed as suggested in SVN 37878.

Christian Grothoff

2021-09-02 17:54

manager   ~0018188

Fix committed to master branch.

Related Changesets

libmicrohttpd: master cd4c6b6e

2016-09-04 20:15

Christian Grothoff


Details Diff
fix 0004634 as suggested Affected Issues
0004634
mod - src/microhttpd/connection.c Diff File

Issue History

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