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

Re: checksum bug, a great mystery.

From: <cmpilato_at_collab.net>
Date: 2003-02-12 23:47:02 CET

Brandon Ehle <azverkan@yahoo.com> writes:

> As mentioned before the key is what happens with apr_md5_final() get
> called with an empty context. The reason this is happening is because
> apr_md5_final() can only be called once on a given context, as it will
> clear the context after handing you the checksum. In this case its
> because txn_body_write_close_rep() is calling apr_md5_final() twice on
> the same context. If you add this patch, the error will go away.

(patch removed)

This looks like a Band-Aid(tm). Can we determine why apr_md5_final is
being called twice and just fix that?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 12 23:48:01 2003

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.