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

Re: svn commit: r13080 - in trunk/subversion: clients/cmdline include libsvn_client libsvn_wc

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2005-03-01 16:35:51 CET

Michael W Thelen wrote:

> This change causes a segmentation fault whenever "svn propedit" is run,
> because ctx is NULL. Here's a patch to fix it. I don't know enough
> about the code to tell what other context pointers may be NULL. Is it
> worth guarding all such dereferences?

I don't think it is, because it would have to be done all over the
place, and it is not documented in the header file that a NULL pointer
is acceptable. I've fixed the caller in r13210. Thanks, Michael!

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 1 16:39:23 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.