https://issues.apache.org/bugzilla/show_bug.cgi?id=45256
Summary: lack of object check for null value cause expection
Product: Apache httpd-2
Version: 2.2.8
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Severity: major
Priority: P2
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: ohad.oz@gmail.com
In "select.c" file, line 202 a new object is being allocated by "apr_palloc"
function. There isn't any check if the function returns null value instead
there are serveral operation on the object.
In case the Object is null, exception is shown.
This reproduce constantly in massive stress mode when httpd memory usage stands
on 1.9Gb.
--
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|