AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20070425105846.74a92724@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<maxim.kozlovsky@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
X-Sylpheed-End-Special-Headers: 1
Date: Wed, 25 Apr 2007 11:01:22 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: Maxim Kozlovsky <maxim.kozlovsky@onstor.com>
Subject: Puhleeze reeevue
Message-ID: <20070425110122.6c306c49@ripper.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

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 = "bar";

but is not segfaulting if I change it to

char foo[] = "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.