You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Klaus Rennecke <kr...@tigris.org> on 2004/07/05 22:36:11 UTC

[PATCH] for issue 1947 svn_path_uri_decode may copy garbage and overrun buffer when given partial % escape

Patches are attached to the issue at 
http://subversion.tigris.org/issues/show_bug.cgi?id=1947

I cannot seem to add comments in the tracker, so here goes:

[[[
Check for end of string in the middle of a % escape in the input URL.

* subversion/libsvn_subr/path.c
  (svn_path_uri_decode): Check for premature end of string in escape.

* subversion/tests/libsvn_subr/path-test.c
  (test_uri_decode): New test function.
  (svn_test_descriptor_t): Added test_uri_decode.
]]]

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

Re: [PATCH] for issue 1947 svn_path_uri_decode may copy garbage and overrun buffer when given partial % escape

Posted by Klaus Rennecke <kr...@tigris.org>.
kfogel@collab.net wrote:

>Klaus Rennecke <kr...@tigris.org> writes:
>  
>
>>I cannot seem to add comments in the tracker, so here goes:
>>    
>>
>
>Were you logged into tigris.org
>
Yes.

>, and does your user account have the
>'Observer' role in the Subversion project?
>  
>
Nope, that's why.

And it's even explained in the readmes, but I didn't think about it. So, 
everything is working as expected. :-)

/Klaus

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

Re: [PATCH] for issue 1947 svn_path_uri_decode may copy garbage and overrun buffer when given partial % escape

Posted by kf...@collab.net.
Klaus Rennecke <kr...@tigris.org> writes:
> I cannot seem to add comments in the tracker, so here goes:

Were you logged into tigris.org, and does your user account have the
'Observer' role in the Subversion project?

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