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

Re: Crashes when fetching status

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2004-07-02 11:58:42 CEST

SteveKing wrote:

>this time, I can provide a complete callstack thanks to someone who has a
>debugger installed on their system:
>
>
Yes, that helped. I believe the attached patch fixes the problem. The
logic in get_dir_status was borken.

/Tobias

[[[
Fix a bug in get_dir_status that cause us to call handle_dir_entry
with a null entry pointer which is not safe.

* subversion/libsvn_wc/status.c
  (get_dir_status): Only call handle_dir_entry if the entry is versioned.
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Jul 2 12:01:46 2004

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.