[EMAIL PROTECTED] commited:
>    
>        new = apr_array_push(conf->aliases);
>   -    new->fake = f;
>   -    new->real = r;
>   +    new->fake = apr_pstrdup(cmd->pool, f);
>   +    new->real = apr_pstrdup(cmd->pool, r);
>        
>

There is no need to do that.
The f is eventually set to cmd->path that is already duped from cmd pool.
They r is always obtained using ap_getword_conf.

MT.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to