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

mem leaks in svn_ra_dav__open()

From: Max Okumoto <okumoto_at_ucsd.edu>
Date: 2001-12-03 11:19:31 CET

Found a leak in svn_ra_dav__open()

When the repository is parsed with uri_parse(), the
variable 'uri' has strings allocated via ne_strdup()

If an errr occurs before the session_baton is created
then all the strings are lost when the function returns.

                        Max Okumoto

PS. Should I put this in as a 'issue'

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:51 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.