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

Re: same ol' repository bug

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-26 17:03:24 CET

Philip Martin <philip@codematters.co.uk> writes:

> Yikes! Is that a bug in the libsvn_fs node cache?

Hmm, dag_node_cache_get returns a pointer to the cached node, the
lifetime of that node depends on how soon the cache entry gets reused.
I think dag_node_cache_get needs to accept a pool parameter and call
svn_fs__dag_dup() and so return a pointer to a node with a defined
lifetime.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 26 17:04:03 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.