View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001766 | libmicrohttpd | HTTPS (TLS) | public | 2011-09-14 13:16 | 2011-09-29 17:06 |
| Reporter | Matthias Wachs | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.9.15 | ||||
| Summary | 0001766: Memory leak | ||||
| Description | ==105010== 420 bytes in 1 blocks are definitely lost in loss record 21 of 32 ==105010== at 0x4C279FC: calloc (vg_replace_malloc.c:467) ==105010== by 0x7574740: gnutls_priority_init (in /usr/lib/x86_64-linux-gnu/libgnutls.so.26.14.12) ==105010== by 0x6EECD4F: parse_options_va (daemon.c:1767) ==105010== by 0x6EED6DC: MHD_start_daemon_va (daemon.c:2006) ==105010== by 0x6EEC629: MHD_start_daemon (daemon.c:1621) ==105010== 420 bytes in 1 blocks are definitely lost in loss record 21 of 32 ==105010== at 0x4C279FC: calloc (vg_replace_malloc.c:467) ==105010== by 0x7574740: gnutls_priority_init (in /usr/lib/x86_64-linux-gnu/libgnutls.so.26.14.12) ==105010== by 0x6EECD4F: parse_options_va (daemon.c:1767) ==105010== by 0x6EED6DC: MHD_start_daemon_va (daemon.c:2006) ==105010== by 0x6EEC629: MHD_start_daemon (daemon.c:1621) | ||||
| Steps To Reproduce | - run mhd with ssl and on a restricted port < 1024 - mhd will report: Failed to bind to port 121: Permission denied - stop daemon -> memory leak ==105010== LEAK SUMMARY: ==105010== definitely lost: 840 bytes in 2 blocks ==105010== indirectly lost: 0 bytes in 0 blocks ==105010== possibly lost: 0 bytes in 0 blocks | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-09-14 13:16 | Matthias Wachs | New Issue | |
| 2011-09-14 13:44 | Christian Grothoff | Note Added: 0004573 | |
| 2011-09-14 13:44 | Christian Grothoff | Status | new => resolved |
| 2011-09-14 13:44 | Christian Grothoff | Resolution | open => fixed |
| 2011-09-14 13:44 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2011-09-29 17:06 | Christian Grothoff | Status | resolved => closed |
| 2011-09-29 17:06 | Christian Grothoff | Target Version | => 0.9.15 |
| 2013-05-06 12:52 | Christian Grothoff | Category | SSL => HTTPS (SSL) |
| 2024-01-21 13:25 | Christian Grothoff | Category | HTTPS (SSL) => HTTPS (TLS) |