Re: [PATCH 1] Allocating large buffers on the stack was: Re: Subversion 1.2.0 RC3 (final candidate) on Monday?
From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-05-09 03:03:44 CEST
On 2005-05-08 16:03+0200, Patrick Mayweg wrote:
I have two comments:
> Index: subversion/libsvn_ra_dav/util.c
Later in the same function there is code like this:
len = sizeof (buf);
This won't work with dynamically allocated buf.
> Index: subversion/libsvn_subr/stream.c
And same goes here:
while (1)
BR, Jani
-- Jani Averbach --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon May 9 03:04:28 2005 |
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.