You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2002/12/09 17:04:06 UTC

Re: [PATCH] Disallow going below root in svnserve

Greg Hudson <gh...@MIT.EDU> writes:
> I looked at the win32 apr_filepath code and it looks like it can deal
> with '/' separators, but I don't know how guaranteed that is.

APR supposedly uses '/' on all platforms, so I would think if this
doesn't work, it's a bug in APR that we should fix.

> I'm starting to become convinced that src_err should just go away.  When
> you're looking at an error structure, you don't know what namespace
> src_err lives in (the comment claims it might be an "errno, h_errno,
> etc.").  handle_error does nothing with it.

+1.  It's almost always zero in our calls.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org