From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5441 invoked by alias); 6 Aug 2008 19:15:33 -0000 Received: (qmail 5428 invoked by uid 22791); 6 Aug 2008 19:15:32 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Aug 2008 19:14:58 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id m76JDwcR003187; Wed, 6 Aug 2008 21:13:59 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id m76JDwmx015117; Wed, 6 Aug 2008 21:13:58 +0200 (CEST) Date: Wed, 06 Aug 2008 19:15:00 -0000 Message-Id: <200808061913.m76JDwmx015117@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: uweigand@de.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <200808061829.m76ITSl5032217@d12av02.megacenter.de.ibm.com> (uweigand@de.ibm.com) Subject: Re: [commit] Respect "red zone" for SPU inferior calls References: <200808061829.m76ITSl5032217@d12av02.megacenter.de.ibm.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00131.txt.bz2 > Date: Wed, 6 Aug 2008 20:29:28 +0200 (CEST) > From: "Ulrich Weigand" > > Hello, > > GDB neglected to respect the ABI-defined "red zone" of 2000 bytes on the SPU, > which could cause stack corruption when calling an inferior function while > within prologue code of another function. Fixed by the patch below. Do I read that right, is that reallu *decimal* 2000? Seems a bit ood to me.