https://issues.apache.org/bugzilla/show_bug.cgi?id=46029
Summary: [httpd-2.2.10/srclib/apr/build/jlibtool.c:924]: Memory
leak: path
Product: Apache httpd-2
Version: 2.2.10
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I downloaded http-2.2.10.tar.gz from one mirror and unpacked it.
There is memory leak in the file jlibtool.c if it fails to open the file..
path = malloc(PATH_MAX);
f = fopen(arg,"r");
if (f == NULL) {
return NULL;
}
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]