where the child main thread was looping in make_child() forking errant processes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88564
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.15-dev
+ *) Fix bug in the Unix threaded.c MPM that allowed child processes
+ to fork() new child processes.
+ [Bill Stoddard]
*) Fix a major security problem with double-reverse lookup checking.
Previously, a client connecting over IPv4 would not be matched
apr_signal(SIGTERM, just_die);
child_main(slot);
- return 0;
+ exit(0);
}
/* else */
ap_scoreboard_image->parent[slot].pid = pid;