s...@apache.org writes:

> Author: stsp
> Date: Sun Oct  3 16:05:19 2010
> New Revision: 1003986

> * subversion/mod_authz_svn/mod_authz_svn.c
>   (get_access_conf, req_check_access, req_check_access): Use (const *)NULL
>    as sentinel for apr_pstrcat(), instead of NULL.

That should be "(char *)" rather than "(const *)" in the log message.

The Subversion functions svn_path_join_many and svn_dirent_join_many
also rely on a NULL sentinel; I assume calls to these functions should
be fixed in the same way?

-- 
Philip

Reply via email to