Loading CHANGES +3 −0 Original line number Diff line number Diff line 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 Loading server/mpm/threaded/threaded.c +1 −1 Original line number Diff line number Diff line Loading @@ -762,7 +762,7 @@ static int make_child(server_rec *s, int slot) apr_signal(SIGTERM, just_die); child_main(slot); return 0; exit(0); } /* else */ ap_scoreboard_image->parent[slot].pid = pid; Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line 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 Loading
server/mpm/threaded/threaded.c +1 −1 Original line number Diff line number Diff line Loading @@ -762,7 +762,7 @@ static int make_child(server_rec *s, int slot) apr_signal(SIGTERM, just_die); child_main(slot); return 0; exit(0); } /* else */ ap_scoreboard_image->parent[slot].pid = pid; Loading