[PATCH] Out of bounds array access in hooks.c
From: Daniel <danielsh_at_fastmail.fm>
Date: 2007-12-10 19:10:38 CET
Hi All,
hooks.c declares (line 551) an array of four elements and accesses five
{
/* Get rid of that annoying final colon. */
args[0] = hook;
SVN_ERR(run_hook_cmd(SVN_REPOS__HOOK_START_COMMIT, hook, args, NULL,
This fixes the problem:
[[[
* subversion/libsvn_repos/hooks.c
Index: subversion/libsvn_repos/hooks.c
Daniel
-- http://www.fastmail.fm/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Dec 10 19:10:48 2007 |
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.