Christian Daudt <csd_ob@daudt.org> writes:
> Hi,
> I'm starting to roll out subversion for a number of people in my group and
> I've run into many of them getting coredumps on checkouts (of course I never
> got one...). Anyways, I've tracked it down to parsing this piece of xml being
> received: <S:open-directory rev=\"-1\">
> And with that, start_element in fetch.c (in libsvn_ra_dav) is running this
> piece of code:
> name = get_attr(atts, "name");
> /* ### verify we got it. punt on error. */
> svn_stringbuf_set(rb->namestr, name);
While I appreciate the patch attempt (omitted for brevity), ultimately
I think the problem should be solved a little more directly. That is,
we should figure out why we getting an open-directory with no "name"
attribute. The code obviously thinks this case shouldn't occur.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 19 19:53:55 2003