Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <026f01c1a6ff$062f77d0$0200a8c0@lifelesswks> From: "Robert Collins" To: "Michael A Chase" , References: <026501c1a6fd$95bc5910$0200a8c0 AT lifelesswks> <011c01c1a6fe$cca1e2f0$0d00a8c0 AT mchasecompaq> Subject: Re: setup crashing - fixed? Date: Sun, 27 Jan 2002 17:51:18 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 27 Jan 2002 06:51:14.0526 (UTC) FILETIME=[034BDFE0:01C1A6FF] === ----- Original Message ----- From: "Michael A Chase" > I hope you moved the '+ 1' outside the strlen() as well. Yes - that was the point - moving it outside, on it's own, didn't fix the heap corruption. Moving it outside AND moving the constructor body to be non-inlinable did. Rob