Gabriela Gibson <gabriela.gib...@gmail.com> writes:

> Index: subversion/libsvn_subr/config.c
> ===================================================================
> --- subversion/libsvn_subr/config.c   (revision 1465268)
> +++ subversion/libsvn_subr/config.c   (working copy)
> @@ -464,7 +464,7 @@ make_string_from_option(const char **valuep, svn_c
>        /* before attempting to expand an option, check for the placeholder.
>         * If none is there, there is no point in calling expand_option_value.
>         */
> -      if (strchr(opt->value, '%'))
> +      if (opt->value && strchr(opt->value, '%'))
>          {
>            apr_pool_t *tmp_pool = (x_pool ? x_pool : 
> svn_pool_create(cfg->x_pool));
>  

We patched that a couple of weeks ago: r1467807.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download

Reply via email to