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

crash in rev 3683

From: Stefan Küng <stefan_kueng_at_catv.rol.ch>
Date: 2002-11-07 21:18:14 CET

Hi,

I just compiled the newest revision of Subversion and tried
to run some tests with my client. But this time it crashed.
in the file libsvn_wc\status.c the function
svn_error_t *
svn_wc_status( ...)

line 443:
const svn_wc_entry_t *entry, *parent_entry;

if the path points to a wc-root directory then the
variable parent_entry is not set to a value. And
that makes the program crash.

I suggest to insert the following line after the
variable definition:

parent_entry = NULL;

then it won't crash anymore.

I hope I'm not totally wrong with this. But with my luck
lately it could also be that it just crashes on my system...

Steve
Received on Thu Nov 7 21:19:19 2002

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.