[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: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-04-28 21:20:41 CEST

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.

Regards,
//Peter

---------------------------------------------------------------------
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:21:11 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.