Bug#475510: apache2: Mod_proxy_balacer, the handler balancer-manager, seg fault when trying to edit a worker
Package: apache2
Severity: normal
Tags: patch
mod_proxy_balancer.c
line 670
ap_rvputs(r, "value=\"", ap_escape_html(r->pool, wsel->s->route),
change to
ap_rvputs(r, "value=\"", ap_escape_html(r->pool, wsel->route),
line 674
ap_rvputs(r, "value=\"", ap_escape_html(r->pool, wsel->redirect),
chage to
ap_rvputs(r, "value=\"", ap_escape_html(r->pool, wsel->s->redirect),
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.23.16+unit+smp
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to sv_SE.iso8859-1)
Reply to: