Re: svn commit: r35446 - trunk/subversion/libsvn_diff
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 25 Jan 2009 08:23:35 +0200 (Jerusalem Standard Time)
> @@ -1074,6 +1075,14 @@ output_unified_diff_modified(void *baton
s/SVN_DIFF__EXTRA_CONTEXT_LENGTH - 1/SVN_DIFF__EXTRA_CONTEXT_LENGTH + 1/ ?
Notice that it's declared as:
char hunk_extra_context[SVN_DIFF__EXTRA_CONTEXT_LENGTH + 1];
and svn_utf__last_valid() does
consr char *p = data;
------------------------------------------------------
|
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.