https://issues.apache.org/bugzilla/show_bug.cgi?id=46412
Summary: make_child return value not checked
Product: Apache httpd-2
Version: 2.2.11
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: prefork
AssignedTo: [email protected]
ReportedBy: [email protected]
There are instances in prefork.c where make_child's return value is not
checked, but the counter is decremented anyway:
make_child(ap_server_conf, child_slot);
--remaining_children_to_start;
--
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]