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

Re: [PATCH][merge-tracking]Data loss due to line buffered SAX stream on mergeinfo retrieval.

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-11-21 12:31:57 CET

>> I'm assuming that we shouldn't be touching memory past the end of
>> "cdata[len - 1]", as the API semantics of our SAX parser don't imply
>> we have any business with it...something like the patch I provided
>> above seems like a safer and more clear way to go.
>>
>> - Dan
>>
> Now I have another thought. Why not use string streams? which should
> be more clean and efficient way to address the problem?
>
> Will post a patch soon.
>
> With regards
> Kamesh Jayachandran
>
Realised 'stringbuf streams' won't fit the bill.
Did it using stringbuf which looks much clean and posted a patch with a
subject 'ra_dav mergeinfo accumulation over 'stringbuf' rather than a
'char *''

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 21 12:32:31 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.