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

Re: svn commit: r22646 - branches/ra_dav-refactoring/subversion/libsvn_ra_dav

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-12-11 20:52:23 CET

On Mon, Dec 11, 2006 at 10:24:05AM -0800, dionisos@tigris.org wrote:
> * subversion/libsvn_ra_dav/util.c
> (svn_ra_dav__request_create): Assert that the request was
> succesfully created.
>

>
> @@ -244,6 +244,7 @@
> req->method = apr_pstrdup(req->pool, method);
> req->url = apr_pstrdup(req->pool, url);
>
> + assert(req != NULL);

Uh. We'll segfault at one of the two lines above if this is NULL.

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Mon Dec 11 20:52:41 2006

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.