View Issue Details

IDProjectCategoryView StatusLast Update
0001766libmicrohttpdHTTPS (TLS)public2011-09-29 17:06
ReporterMatthias Wachs Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.15 
Summary0001766: 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
TagsNo tags attached.

Activities

Christian Grothoff

2011-09-14 13:44

manager   ~0004573

Fixed in SVN 16830.

Issue History

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)