Bug 139559
Summary: | Memory leak in curl_easy_perform | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nigel Horne <njh> | ||||
Component: | glibc | Assignee: | Jakub Jelinek <jakub> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3 | CC: | havill | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 2.3.3-84 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2004-11-24 12:46:04 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Nigel Horne
2004-11-16 17:54:19 UTC
Created attachment 106826 [details]
Reproduce libcurl memory leak
Compile and run the attached source file.
See also bug 116526. Exactly, this is not a curl bug at all. http://curl.haxx.se/mail/lib-2004-11/0191.html So where should the bug be logged? Why have you marked this as "not a bug" without giving a reason when clearly there *is* a memory leak??? Comment 5: because this is "not a bug" with curl, which is what it's filed under. While I could just change the component to glibc, a more generalized reproduction case and/or a re-opening of bug 116526 with an updated release would be more helpful imo. freeaddrinfo() is properly paired with getaddrinfo(), as the libcurl mailing list mentions, in addition to the acknowledged leak wrt glibc in bug 116526. Yes, this is a glibc bug, but completely unrelated to #116526. See http://sources.redhat.com/ml/libc-hacker/2004-11/msg00056.html for a fix. Should be fixed in glibc-2.3.3-84. |