Changes with Apache 2.0.50
+ *) Fix crash when Apache was started with no Listen directives.
+ [Michael Corcoran <mcorcoran warpsolutions.com>]
+
*) core_output_filter: Fix bug that could result in sending
garbage over the network when module handlers construct
bucket brigades containing multiple file buckets all referencing
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/03/25 02:20:27 $]
+Last modified at [$Date: 2004/03/25 02:32:52 $]
Release:
modules/dav/fs/lock.c: r1.31
+1: trawick
- *) Michael Corcoran's patch to listen.c to avoid segfault when
- there are no Listen directives.
- server/listen.c: r1.101
- +1: trawick, stoddard, rederpj
-
*) Limit the concurrency in 'ab' to MAX_CONCURRENCY to prevent a
segmentation fault.
support/ab.c: r1.140, r1.141
* is already forgotten about by the time we call accept, we won't
* be hung until another connection arrives on that port
*/
- if (ap_listeners->next) {
+ if (ap_listeners && ap_listeners->next) {
for (lr = ap_listeners; lr; lr = lr->next) {
apr_status_t status;