On Sun, Dec 21, 2003 at 11:40:10PM +0000, Marty Pauley wrote: > On Sun Dec 21 22:57:34 2003, Nicholas Clark wrote: > If we had a version of Move that filled the source with rubbish, we > might be able to find some more bugs. And if we changed sv_backoff and > sv_grow to release memory when they could, we might get some nice > segmentation faults to indicate bugs. Strictly we'd want a version of Copy that filled the source with rubbish (or bit flipped it it or something), as Copy is for non-overlapping cases. Move would have to be more clever and selectively trash only the non-overlapping parts. But it's a suitably evil idea. If no-one gets there first I'll try it, once I acquire some copious free time. Nicholas Clark