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

Re: [PATCH] stricter parsing of values in authz files

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-28 21:39:19 CEST

On 4/28/06, Peter N. Lundblad <peter@famlundblad.se> wrote:
> Garrett Rooney writes:
> > Index: subversion/libsvn_repos/authz.c
> > ===================================================================
> > --- subversion/libsvn_repos/authz.c (revision 19470)
> > +++ subversion/libsvn_repos/authz.c (working copy)
> > @@ -22,6 +22,7 @@
> >
> > #include <apr_pools.h>
> > #include <apr_file_io.h>
> > +#include <apr_lib.h> /* for apr_isspace() */
>
> Hmmm, which encoding is the authz file supposed to be in *shrug*. I
> ask because apr_isspace is locale-dependent. If it is UTF8, use
> svn_ctype.h instead.
>
> Else, +1.

Works for me, see r19471.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 28 21:40:04 2006

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.