[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1003986 [1/2] - in /subversion/trunk/subversion: libsvn_client/ libsvn_fs_base/ libsvn_fs_base/bdb/ libsvn_fs_fs/ libsvn_ra_local/ libsvn_ra_neon/ libsvn_ra_serf/ libsvn_ra_svn/ libsvn_repos/ libsvn_subr/ libsvn_wc/ mod_authz_svn/ mod_dav_...

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 04 Oct 2010 10:05:48 +0100

stsp_at_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
Received on 2010-10-04 11:06:33 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.