X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C78765.1471B87C@onstor-exch02.onstor.net>; Wed, 25 Apr 2007 11:11:00 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: Puhleeze reeevue
Date: Wed, 25 Apr 2007 11:11:00 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E036D2FEB@onstor-exch02.onstor.net>
In-Reply-To: <20070425110122.6c306c49@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Puhleeze reeevue
Thread-Index: AceHY7wcjn9RUSurTwq/GMyBhHf9XAAAKg5w
References: <20070425110122.6c306c49@ripper.onstor.net>
From: "Maxim Kozlovsky" <maxim.kozlovsky@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

What exactly was the reason for segfaulting?=20

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, April 25, 2007 11:01 AM
To: Maxim Kozlovsky
Subject: Puhleeze reeevue

change 23713 branch FB-DELOREAN client ripper

Fix for segfault when doing a system copy all from new flash layout to
old flash layout.

Somewhere, somehow, this code used to work, and now in Delorean rc13 it
is segfaulting when trying to modify a character array created this way:

char *foo =3D "bar";

but is not segfaulting if I change it to

char foo[] =3D "bar";

for obvious reasons, so that's what I did.  In the meantime, code
scanning revealed a couple of other bug fixes that I threw in.

Would like your opinion on why this worked once and suddenly stopped
working in Delorean rc13.
