View | Details | Raw Unified | Return to bug 62344
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- a/modules/filters/mod_proxy_html.c
0
++ b/modules/filters/mod_proxy_html.c
Lines 724-729 Link Here
724
            break;
724
            break;
725
725
726
        delim = ap_strchr_c(start, '|');
726
        delim = ap_strchr_c(start, '|');
727
728
        /* Restrict delim to ${...} */
729
        if (delim && delim >= end) {
730
            delim = NULL;
731
        }
732
727
        before = apr_pstrndup(r->pool, str, start-str);
733
        before = apr_pstrndup(r->pool, str, start-str);
728
        after = end+1;
734
        after = end+1;
729
        if (delim) {
735
        if (delim) {

Return to bug 62344