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

Re: svn commit: rev 5714 - trunk/subversion/libsvn_client

From: <cmpilato_at_collab.net>
Date: 2003-04-23 23:25:25 CEST

sussman@tigris.org writes:

> Author: sussman
> Date: Wed Apr 23 15:47:48 2003
> New Revision: 5714

[...]

> @@ -499,20 +575,26 @@
> {
> svn_subst_eol_style_t style;
> const char *eol;
> + svn_subst_keywords_t *final_kw = apr_pcalloc (pool, sizeof(*final_kw));

Doh! Heap allocation again. Just make your structure, and pass its
address to build_final_keyword_struct() and svn_subst_copy_and_translate().

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 23 23:29:18 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.