Re: svn commit: r17225 - in branches/svndiff1: . notes subversion/include subversion/libsvn_delta subversion/libsvn_fs_base subversion/libsvn_fs_base/util subversion/libsvn_ra_svn subversion/libsvn_repos subversion/tests/libsvn_delta
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-11-07 15:42:40 CET
dberlin@tigris.org writes:
> Author: dberlin
> @@ -165,7 +215,20 @@
The error handling looks dodgy. Is instructions = i1 correct if
> + }
Is instructions->len valid if zlib_encode returned an error?
> + if (err == SVN_NO_ERROR && eb->version == 1)
Same again, is newdata valid if zlib_encode returned an error?
> + }
And here. I suppose zlib_encode might provide a guarantee that makes
Also, if there is an error I think it gets leaked here as the next bit
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Nov 7 15:45:35 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.