Re: svn commit: r16735 - in trunk/subversion: libsvn_subr libsvn_wc
From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2005-10-16 08:01:53 CEST
Hi,
I'm sorry for my unclear explain.
In <df2177af0510152245v70ced4dbj40a113d03028ad31@mail.gmail.com>
> > > + *new_item = *item;
When item->kind is svn_node_none, item->path value may be
For example from mkdir_urls() in libsvn_client/commit.c:
item = apr_pcalloc (pool, sizeof (*item));
item->path and item->kind are not initialized. So
> > Or we initialize item->path as NULL if item->path is
I worry about item->path is not initialized as NULL.
> > > + if (new_item->wcprop_changes)
I don't think so. The reason of this is same as new_item->path.
> > Can we initialize item->wcprop_changes as NULL?
I worry about item->wcprop_changes is not initialized as NULL.
Cheers,
-- kou --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Oct 16 08:02:34 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.