Re: winegcc: sign-compare fixes

2007-02-08 Thread [EMAIL PROTECTED]
> > memmove(&arr->base[i], &arr->base[i + 1], > (arr->size - i - 1) * > > sizeof(arr->base[0])); > > arr->size--; > > } > > If the element size could be greater than one byte, > the multiplication > here should be checked for overflow (actually, this > is more necessary > when the array is crea

Re: winegcc: sign-compare fixes

2007-02-08 Thread Joris Huizer
gt; > > Need Mail bonding? > > Go to the Yahoo! Mail Q&A for great tips from > Yahoo! Answers users.>From > > 8686a200bd1f1cbd934d761013c487a9ddc195c9 Mon Sep > 17 > > 00:00:00 2001 > > From: Joris Huizer

Re: winegcc: sign-compare fixes

2007-02-07 Thread [EMAIL PROTECTED]
wers users.>From 8686a200bd1f1cbd934d761013c487a9ddc195c9 Mon Sep 17 00:00:00 2001 From: Joris Huizer Date: Wed, 7 Feb 2007 15:19:25 +0100 Subject: [PATCH] winegcc sign-compare fixes To: wine-patches --- tools/winegcc/utils.c | 13 +++-- tools/winegcc/winegcc.c | 11 ++- 2 files changed, 1

Re: winegcc: sign-compare fixes

2007-02-07 Thread Joris Huizer
Joris Huizer <[EMAIL PROTECTED]> wrote: I believe this one causes problems -- please do not commit yet Sorry for the spamming - the patch should be alright - Everyone is raving about the all-new Yahoo! Mail beta.

Re: winegcc: sign-compare fixes

2007-02-07 Thread Joris Huizer
p 17 00:00:00 2001 From: Joris Huizer Date: Wed, 7 Feb 2007 15:19:25 +0100 Subject: [PATCH] winegcc sign-compare fixes To: wine-patches --- tools/winegcc/utils.c | 13 +++-- tools/winegcc/winegcc.c | 11 ++- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/