You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ruediger Pluem <rp...@apache.org> on 2005/10/19 17:55:42 UTC

Further PR37145 like troublemaker?

  /* combine the stored and the new */
    APR_BRIGADE_CONCAT(ctx->in, in);

in proxy_send_dir_filter of mod_proxy_ftp.c

and

/* combine the stored and the new */
    APR_BRIGADE_CONCAT(ctx->in, in);

in ap_proxy_send_dir_filter of proxy_ftp.c

seem candidates for me for further PR37145 like trouble.

Comments / Thoughts?

Regards

RĂ¼diger