[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 7379 - trunk/subversion/libsvn_ra_dav

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-15 16:03:09 CEST

cmpilato@tigris.org writes:

> Author: cmpilato
> Date: Fri Oct 10 19:55:29 2003
> New Revision: 7379

> Modified: trunk/subversion/libsvn_ra_dav/props.c
> ==============================================================================
> --- trunk/subversion/libsvn_ra_dav/props.c (original)
> +++ trunk/subversion/libsvn_ra_dav/props.c Fri Oct 10 19:55:29 2003

> if (svn_path_is_empty (path_s->data))
> {
> - /* entire URL was bogus; not a single part of it exists in
> - the repository! */
> - err = svn_error_createf(SVN_ERR_RA_ILLEGAL_URL, NULL,
> - "No part of path '%s' was found in "
> - "repository HEAD.", parsed_url.path);
> - ne_uri_free(&parsed_url);
> - return err;
> + err = svn_error_createf (SVN_ERR_RA_ILLEGAL_URL, NULL,
> + "No part of path '%s' was found in "
> + "repository HEAD.", parsed_path);
> + goto error;

../svn/subversion/libsvn_ra_dav/props.c:638: warning: `parsed_path' might be used uninitialized in this function

parsed_path is never assigned a value.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 15 16:04:05 2003

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.